Allows overriding the server name used to verify the certificate of the proxied HTTPS server
This commit is contained in:
parent
35264d6e8f
commit
141ea59b7f
4 changed files with 22 additions and 4 deletions
|
|
@ -813,6 +813,9 @@ stream {
|
|||
proxy_ssl_protocols {{ $server.ProxySSL.Protocols }};
|
||||
proxy_ssl_verify {{ $server.ProxySSL.Verify }};
|
||||
proxy_ssl_verify_depth {{ $server.ProxySSL.VerifyDepth }};
|
||||
{{ if not (empty $server.ProxySSL.ProxySSLName) }}
|
||||
proxy_ssl_name {{ $server.ProxySSL.ProxySSLName }};
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
{{ if not (empty $server.ProxySSL.PemFileName) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue