Method | Description |
---|---|
__init__(self, ca_directory, crl_directory, trusted_certs_directory, trusted, verify_depth, verify_ca_directory, verify_crl_directory, permit_invalid_certificates, permit_missing_crl, check_subject) | Constructor to initialize a ServerCertificateVerifier instance. |
Table 5.52. Method summary
This constructor defines a ServerCertificateVerifier with the specified parameters.
check_subject (boolean) | |
---|---|
Default: TRUE | |
If the check_subject parameter is TRUE,
Zorp compares the Subject of the server-side certificate
with application-layer information (for example, it checks
whether the Subject matches the hostname in the URL).
For details, see Section 3.2.5, Certificate verification options.
|
trusted (boolean) | |
---|---|
Default: TRUE | |
If the peer shows a certificate and the trusted parameter is TRUE, only certificates signed by a trusted CA are accepted.
|
Published on June 04, 2020
© 2007-2019 BalaSys
Send your comments to support@balasys.hu