Use SNI during the TLS handshake with the upstream
parent
3e71b6fd57
commit
cd028516c6
|
@ -213,6 +213,9 @@ echo "Docker configured with HTTPS_PROXY=$scheme://$http_host/"
|
||||||
# Add the authentication info, if the map matched the target domain.
|
# Add the authentication info, if the map matched the target domain.
|
||||||
proxy_set_header Authorization $finalAuth;
|
proxy_set_header Authorization $finalAuth;
|
||||||
|
|
||||||
|
# Use SNI during the TLS handshake with the upstream.
|
||||||
|
proxy_ssl_server_name on;
|
||||||
|
|
||||||
# This comes from a include file generated by the entrypoint.
|
# This comes from a include file generated by the entrypoint.
|
||||||
include /etc/nginx/docker.verify.ssl.conf;
|
include /etc/nginx/docker.verify.ssl.conf;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue