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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript