|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.3.1-39 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.3.1-41 - 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" /> |
|
4496 | 4496 |
|
4497 | 4497 | <a class="list-group-item" href="#tune.ssl.capture-cipherlist-size">tune.ssl.capture-cipherlist-size</a> |
4498 | 4498 |
|
| 4499 | + <a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
| 4500 | + |
4499 | 4501 | <a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
4500 | 4502 |
|
4501 | 4503 | <a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
|
4701 | 4703 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4702 | 4704 | </p> |
4703 | 4705 | <p class="text-right"> |
4704 | | - <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> |
| 4706 | + <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> |
4705 | 4707 | </p> |
4706 | 4708 | </div> |
4707 | 4709 | <!-- /.sidebar --> |
|
4712 | 4714 | <div class="text-center"> |
4713 | 4715 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4714 | 4716 | <h2>Configuration Manual</h2> |
4715 | | - <p><strong>version 3.3.1-39</strong></p> |
| 4717 | + <p><strong>version 3.3.1-41</strong></p> |
4716 | 4718 | <p> |
4717 | 4719 | 2025/12/19<br> |
4718 | 4720 |
|
@@ -7805,6 +7807,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2. |
7805 | 7807 | - <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a> |
7806 | 7808 | - <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a> |
7807 | 7809 | - tune.ssl.capture-cipherlist-size (deprecated) |
| 7810 | + - <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
7808 | 7811 | - <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
7809 | 7812 | - <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
7810 | 7813 | - <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a> |
@@ -10505,6 +10508,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.< |
10505 | 10508 | list, extensions list, elliptic curves list and elliptic curve point |
10506 | 10509 | formats. If the value is 0 (default value) the capture is disabled, |
10507 | 10510 | otherwise a buffer is allocated for each SSL/TLS connection. |
| 10511 | +</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 |
| 10512 | +an extension (RFC 8879) to TLS 1.3. |
| 10513 | + |
| 10514 | +When set to "auto" it uses the default value of the TLS library. |
| 10515 | + |
| 10516 | +With "off" it tries to explicitely disable the support of the feature. |
| 10517 | +HAProxy won't try to send compressed certificates anymore nor accept |
| 10518 | +compressed certificates. |
| 10519 | + |
| 10520 | +Configures both backend and frontend sides. |
| 10521 | + |
| 10522 | +This keyword is supported by OpenSSL >= 3.2.0. |
| 10523 | + |
| 10524 | +The default value is auto. |
10508 | 10525 | </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 |
10509 | 10526 | the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The |
10510 | 10527 | final size will try to match the size of the server's RSA (or DSA) key (e.g, |
@@ -33836,7 +33853,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12 |
33836 | 33853 | <br> |
33837 | 33854 | <hr> |
33838 | 33855 | <div class="text-right"> |
33839 | | - HAProxy 3.3.1-39 – Configuration Manual<br> |
| 33856 | + HAProxy 3.3.1-41 – Configuration Manual<br> |
33840 | 33857 | <small>, 2025/12/19</small> |
33841 | 33858 | </div> |
33842 | 33859 | </div> |
|
0 commit comments