BackendTlsProperties interface

Properties controlling TLS Certificate Validation.

Properties

validateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

validateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

Property Details

validateCertificateChain

Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.

validateCertificateChain?: boolean

Property Value

boolean

validateCertificateName

Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.

validateCertificateName?: boolean

Property Value

boolean