BackendTlsProperties interface
Properties controlling TLS Certificate Validation.
Properties
validate |
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host. |
validate |
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