TlsValidationOptions interface
Options for controlling the validation of TLS endpoints.
Properties
ignore |
When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'. |
ignore |
When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'. |
Property Details
ignoreHostname
When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
ignoreHostname?: string
Property Value
string
ignoreSignature
When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
ignoreSignature?: string
Property Value
string