RemoteMtlsConfig
Index
Properties
assumeHttp2
If true, assume that the server supports HTTP/2, even if it doesn't provide protocol negotiation via ALPN.
caCert
A file path, relative from the workspace root, to the certificate authority PEM encoded X509 certificate.
clientCert
A file path, relative from the workspace root, to the client's PEM encoded X509 certificate.
clientKey
A file path, relative from the workspace root, to the client's PEM encoded X509 private key.
domain
The domain name in which to verify the TLS certificate.
Configures for both server and client authentication with mTLS.