Merge pull request #1511 from sapcc/sso

fix deprecated ssl_client_cert. add ssl_client_verify header
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-10-09 10:40:32 -04:00 committed by GitHub
commit 63155ee5bd

View file

@ -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