Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TlsValidationOptions

Package version

Options for controlling the validation of TLS endpoints.

Hierarchy

  • TlsValidationOptions

Index

Properties

Optional ignoreHostname

ignoreHostname: undefined | string

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

Optional ignoreSignature

ignoreSignature: undefined | string

When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.

Generated using TypeDoc