Skip to content

https without ssl #2895

Closed Answered by brianehlert
mehmetcolgecen asked this question in Q&A
Jul 31, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

If the Ingress Controller is not performing SSL termination, and you have SSL traffic - the Ingress Controller is performing SSL pass-through for the SSL traffic.

That sounds like:

  • you are forwarding from http to https
  • your upstream service is providing SSL

You will need to use TransportServer for both port 80 and 443 then, assuming they are the same hostname.
https://github.com/nginxinc/kubernetes-ingress/tree/main/examples/custom-resources/tls-passthrough

Assuming I am correctly understanding what you are trying to accomplish.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@brianehlert
Comment options

@gloorfindel
Comment options

@brianehlert
Comment options

Answer selected by jjngx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants