Merge pull request #1511 from sapcc/sso
fix deprecated ssl_client_cert. add ssl_client_verify header
This commit is contained in:
commit
63155ee5bd
1 changed files with 2 additions and 1 deletions
|
@ -741,7 +741,8 @@ stream {
|
||||||
|
|
||||||
# Pass the extracted client certificate to the backend
|
# Pass the extracted client certificate to the backend
|
||||||
{{ if not (empty $server.CertificateAuth.CAFileName) }}
|
{{ if not (empty $server.CertificateAuth.CAFileName) }}
|
||||||
proxy_set_header ssl-client-cert $ssl_client_cert;
|
proxy_set_header ssl-client-cert $ssl_client_escaped_cert;
|
||||||
|
proxy_set_header ssl-client-verify $ssl_client_verify;
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# Allow websocket connections
|
# Allow websocket connections
|
||||||
|
|
Loading…
Reference in a new issue