TlsValidationOptions interface

Options for controlling the validation of TLS endpoints.

Properties

ignoreHostname

When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.

ignoreSignature

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