|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.0.14-33 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.0.14-35 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4126 | 4126 |
|
4127 | 4127 | <a class="list-group-item" href="#tune.ssl.capture-cipherlist-size">tune.ssl.capture-cipherlist-size</a> |
4128 | 4128 |
|
| 4129 | + <a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
| 4130 | + |
4129 | 4131 | <a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
4130 | 4132 |
|
4131 | 4133 | <a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
|
4329 | 4331 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4330 | 4332 | </p> |
4331 | 4333 | <p class="text-right"> |
4332 | | - <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/12/22</b></small> |
| 4334 | + <small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2026/01/27</b></small> |
4333 | 4335 | </p> |
4334 | 4336 | </div> |
4335 | 4337 | <!-- /.sidebar --> |
|
4340 | 4342 | <div class="text-center"> |
4341 | 4343 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4342 | 4344 | <h2>Configuration Manual</h2> |
4343 | | - <p><strong>version 3.0.14-33</strong></p> |
| 4345 | + <p><strong>version 3.0.14-35</strong></p> |
4344 | 4346 | <p> |
4345 | 4347 | 2025/12/22<br> |
4346 | 4348 |
|
@@ -6911,6 +6913,7 @@ <h2 id="chapter-2.8" data-target="2.8"><small><a class="small" href="#2.8">2.8.< |
6911 | 6913 | - <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a> |
6912 | 6914 | - <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a> |
6913 | 6915 | - tune.ssl.capture-cipherlist-size (deprecated) |
| 6916 | + - <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
6914 | 6917 | - <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
6915 | 6918 | - <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
6916 | 6919 | - <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a> |
@@ -9090,6 +9093,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.< |
9090 | 9093 | list, extensions list, elliptic curves list and elliptic curve point |
9091 | 9094 | formats. If the value is 0 (default value) the capture is disabled, |
9092 | 9095 | otherwise a buffer is allocated for each SSL/TLS connection. |
| 9096 | +</pre><a class="anchor" name="tune.ssl.certificate-compression"></a><a class="anchor" name="3-tune.ssl.certificate-compression"></a><a class="anchor" name="3.2-tune.ssl.certificate-compression"></a><a class="anchor" name="tune.ssl.certificate-compression (Global parameters)"></a><a class="anchor" name="tune.ssl.certificate-compression (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.ssl.certificate-compression"></a><a href="#3.2-tune.ssl.certificate-compression">tune.ssl.certificate-compression</a></b> <span style="color: #800">{ auto | off }</span></div><pre class="text">This setting allows to configure the certificate compression support which is |
| 9097 | +an extension (RFC 8879) to TLS 1.3. |
| 9098 | + |
| 9099 | +When set to "auto" it uses the default value of the TLS library. |
| 9100 | + |
| 9101 | +With "off" it tries to explicitely disable the support of the feature. |
| 9102 | +HAProxy won't try to send compressed certificates anymore nor accept |
| 9103 | +compressed certificates. |
| 9104 | + |
| 9105 | +Configures both backend and frontend sides. |
| 9106 | + |
| 9107 | +This keyword is supported by OpenSSL >= 3.2.0. |
| 9108 | + |
| 9109 | +The default value is auto. |
9093 | 9110 | </pre><a class="anchor" name="tune.ssl.default-dh-param"></a><a class="anchor" name="3-tune.ssl.default-dh-param"></a><a class="anchor" name="3.2-tune.ssl.default-dh-param"></a><a class="anchor" name="tune.ssl.default-dh-param (Global parameters)"></a><a class="anchor" name="tune.ssl.default-dh-param (Performance tuning)"></a><div class="keyword"><b><a class="anchor" name="tune.ssl.default-dh-param"></a><a href="#3.2-tune.ssl.default-dh-param">tune.ssl.default-dh-param</a></b> <span style="color: #080"><number></span></div><pre class="text">Sets the maximum size of the Diffie-Hellman parameters used for generating |
9094 | 9111 | the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The |
9095 | 9112 | final size will try to match the size of the server's RSA (or DSA) key (e.g, |
@@ -30858,7 +30875,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
30858 | 30875 | <br> |
30859 | 30876 | <hr> |
30860 | 30877 | <div class="text-right"> |
30861 | | - HAProxy 3.0.14-33 – Configuration Manual<br> |
| 30878 | + HAProxy 3.0.14-35 – Configuration Manual<br> |
30862 | 30879 | <small>, 2025/12/22</small> |
30863 | 30880 | </div> |
30864 | 30881 | </div> |
|
0 commit comments