Next: Enabling/Disabling system/acceleration protocols, Previous: Overriding the default priority string, Up: System-wide configuration of the library [Contents][Index]
This option can be used to enable certificate compression in TLS 1.3 handshake. Note that setting certificate compression algorithms does not guarantee that the certificate will be compressed. Setting certificate compression algorithms will indicate to the peer which compression methods are supported and the peer may decide to compress the certificate with one of these methods. Algorithms that appear earlier in the list will be prefered over those appearing later.
Below example shows how to enable the TLS certificate compression.
[overrides] cert-compression-alg = brotli cert-compression-alg = zstd cert-compression-alg = zlib