Backend Tls Properties Response
data class BackendTlsPropertiesResponse(val validateCertificateChain: Boolean? = null, val validateCertificateName: Boolean? = null)
Properties controlling TLS Certificate Validation.
Properties
Link copied to clipboard
Flag indicating whether SSL certificate chain validation should be done when using self-signed certificates for this backend host.
Link copied to clipboard
Flag indicating whether SSL certificate name validation should be done when using self-signed certificates for this backend host.