Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
TLS certificate in x509 format.
TLS key in x509 format.
TLS certificate path
TLS Key path
If true, one-Time Loading
Used in:
Whether or not to allow self-signed certificates.
List of certificates to be served on server.
Override server name.
Lists of string as ALPN values.
Whether or not to enable session (ticket) resumption.
If true, root certificates on the system will not be loaded for verification.
The minimum TLS version.
The maximum TLS version.
Specify cipher suites, except for TLS 1.3.
TLS Client Hello fingerprint (uTLS).
@Document Some certificate chain sha256 hashes. @Document After normal validation or allow_insecure, if the server's cert chain hash does not match any of these values, the connection will be aborted. @Critical
@Document Some certificate public key sha256 hashes. @Document After normal validation (required), if one of certs in verified chain matches one of these values, the connection will be eventually accepted. @Critical
Lists of string as CurvePreferences values.
@Document Replaces server_name to verify the peer cert. @Document After allow_insecure (automatically), if the server's cert can't be verified by any of these names, pinned_peer_certificate_chain_sha256 will be tried. @Critical