Syntax: | ssl_verify_client
|
---|---|
Default: | ssl_verify_client off; |
Context: | http , server |
Enables verification of client certificates. The verification result is stored in the $ssl_client_verify variable.
The optional
parameter (0.8.7+) requests the client certificate and verifies it if the certificate is present.
The optional_no_ca
parameter (1.3.8, 1.2.5) requests the client certificate but does not require it to be signed by a trusted CA certificate. This is intended for the use in cases when a service that is external to nginx performs the actual certificate verification. The contents of the certificate is accessible through the $ssl_client_cert variable.
Please login to continue.