You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow ssl_verify_client when only ssl_trusted_cert is set (#1645)
* Allow ssl_verify_client when only ssl_trusted_cert is set
Fixes#1644
* Fix ssl_verify_client, add version check to remain backward compatible
Previous version of patch had a logic error; fixed this. Also made sure we're on an nginx version that supports optional ssl_client_certificate.
0 commit comments