You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to implement SSL passthrough for my https service via nginx-ingress-controller. My question is it possible to terminate SSL at the pod rather Nginx controller ? I see there is annotation nginx.org/ssl-services does it support SSL passthrough ?
The text was updated successfully, but these errors were encountered:
@srikantheee84 this annotation is used to enable HTTPS between NGINX and the backends.
In this case clients can use either HTTP or HTTPS to connect to the NGINX Ingress Controller, but NGINX will always establish an HTTPS connection with a backend.
Note that NGINX will always terminate an HTTPS connection from the client (meaning it will decrypt the connection) and establish a new HTTPS connection with a backend.
I’m trying to implement SSL passthrough for my https service via nginx-ingress-controller. My question is it possible to terminate SSL at the pod rather Nginx controller ? I see there is annotation nginx.org/ssl-services does it support SSL passthrough ?
The text was updated successfully, but these errors were encountered: