TlsContextResponse

data class TlsContextResponse(val certificateContext: TlsCertificateContextResponse, val validationContext: TlsValidationContextResponse)

Deprecated The TLS settings for the client or server. The TLS settings for the client or server.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the mechanism to obtain the client or server certificate.

Link copied to clipboard

Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.