TlsValidationOptions Class
Options for controlling the validation of TLS endpoints.
- Inheritance
-
TlsValidationOptions
Constructor
TlsValidationOptions(*, ignore_hostname: Optional[str] = None, ignore_signature: Optional[str] = None, **kwargs)
Variables
- ignore_hostname
- str
When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignore_signature
- str
When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
Feedback
Submit and view feedback for