| Syntax: | proxy_ssl_name |
|---|---|
| Default: | proxy_ssl_name $proxy_host; |
| Context: | http, server, location |
This directive appeared in version 1.7.0.
Allows overriding the server name used to verify the certificate of the proxied HTTPS server and to be passed through SNI when establishing a connection with the proxied HTTPS server.
By default, the host part of the proxy_pass URL is used.
Please login to continue.