Specifies whether a certificate signed by a trusted authority is requested from peers.
Setting SSLCACertificate
implicitly sets SSLCheckCertificate
to True
.
If SSLCheckCertificate
is set to False
, communications are encrypted, but certificates are not requested from peers.
Type: | Boolean |
Default: | True if SSLCACertificate is set.False if SSLCACertificate is not set. |
Required: | No |
Configuration Section: | SSLOptionN |
Example: | SSLCheckCertificate=True
|
See Also: | SSLConfig |
|