Is SSL passthrough supported? #2108
-
I found this old issue saying it is not supported and was wandering if thats still the case Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
brianehlert
Oct 19, 2021
Replies: 1 comment 1 reply
-
the TransportServer resource handles layer 4 TCP/UDP and is commonly used for generic passthrough use cases. Since no layer 7 capabilities around inspection or manipulation will be possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
itaydj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the TransportServer resource handles layer 4 TCP/UDP and is commonly used for generic passthrough use cases.
https://docs.nginx.com/nginx-ingress-controller/configuration/transportserver-resource/
Since no layer 7 capabilities around inspection or manipulation will be possible.