Skip to main content

PartialRemoteTlsConfig

Configures for server-only authentication with TLS.

Index

Properties

optionalassumeHttp2

assumeHttp2?: null | boolean

If true, assume that the server supports HTTP/2, even if it doesn't provide protocol negotiation via ALPN.

optionalcert

cert?: null | string

A file path, relative from the workspace root, to the certificate authority PEM encoded X509 certificate.

optionaldomain

domain?: null | string

The domain name in which to verify the TLS certificate.