|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.2.10-40 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.2.10-42 - 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" /> |
|
4415 | 4415 |
|
4416 | 4416 | <a class="list-group-item" href="#tune.ssl.capture-cipherlist-size">tune.ssl.capture-cipherlist-size</a> |
4417 | 4417 |
|
| 4418 | + <a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
| 4419 | + |
4418 | 4420 | <a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
4419 | 4421 |
|
4420 | 4422 | <a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
|
4622 | 4624 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4623 | 4625 | </p> |
4624 | 4626 | <p class="text-right"> |
4625 | | - <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/09</b></small> |
| 4627 | + <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> |
4626 | 4628 | </p> |
4627 | 4629 | </div> |
4628 | 4630 | <!-- /.sidebar --> |
|
4633 | 4635 | <div class="text-center"> |
4634 | 4636 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4635 | 4637 | <h2>Configuration Manual</h2> |
4636 | | - <p><strong>version 3.2.10-40</strong></p> |
| 4638 | + <p><strong>version 3.2.10-42</strong></p> |
4637 | 4639 | <p> |
4638 | 4640 | 2025/12/18<br> |
4639 | 4641 |
|
@@ -7702,6 +7704,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2. |
7702 | 7704 | - <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a> |
7703 | 7705 | - <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a> |
7704 | 7706 | - tune.ssl.capture-cipherlist-size (deprecated) |
| 7707 | + - <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
7705 | 7708 | - <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
7706 | 7709 | - <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
7707 | 7710 | - <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a> |
@@ -10281,6 +10284,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.< |
10281 | 10284 | list, extensions list, elliptic curves list and elliptic curve point |
10282 | 10285 | formats. If the value is 0 (default value) the capture is disabled, |
10283 | 10286 | otherwise a buffer is allocated for each SSL/TLS connection. |
| 10287 | +</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 section)"></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 |
| 10288 | +an extension (RFC 8879) to TLS 1.3. |
| 10289 | + |
| 10290 | +When set to "auto" it uses the default value of the TLS library. |
| 10291 | + |
| 10292 | +With "off" it tries to explicitely disable the support of the feature. |
| 10293 | +HAProxy won't try to send compressed certificates anymore nor accept |
| 10294 | +compressed certificates. |
| 10295 | + |
| 10296 | +Configures both backend and frontend sides. |
| 10297 | + |
| 10298 | +This keyword is supported by OpenSSL >= 3.2.0. |
| 10299 | + |
| 10300 | +The default value is auto. |
10284 | 10301 | </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 section)"></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 |
10285 | 10302 | the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The |
10286 | 10303 | final size will try to match the size of the server's RSA (or DSA) key (e.g, |
@@ -33218,7 +33235,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12 |
33218 | 33235 | <br> |
33219 | 33236 | <hr> |
33220 | 33237 | <div class="text-right"> |
33221 | | - HAProxy 3.2.10-40 – Configuration Manual<br> |
| 33238 | + HAProxy 3.2.10-42 – Configuration Manual<br> |
33222 | 33239 | <small>, 2025/12/18</small> |
33223 | 33240 | </div> |
33224 | 33241 | </div> |
|
0 commit comments