|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 2.8.18-22 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 2.8.18-24 - 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" /> |
|
4123 | 4123 |
|
4124 | 4124 | <a class="list-group-item" href="#tune.ssl.capture-cipherlist-size">tune.ssl.capture-cipherlist-size</a> |
4125 | 4125 |
|
| 4126 | + <a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
| 4127 | + |
4126 | 4128 | <a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
4127 | 4129 |
|
4128 | 4130 | <a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
|
4294 | 4296 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4295 | 4297 | </p> |
4296 | 4298 | <p class="text-right"> |
4297 | | - <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/25</b></small> |
| 4299 | + <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> |
4298 | 4300 | </p> |
4299 | 4301 | </div> |
4300 | 4302 | <!-- /.sidebar --> |
|
4305 | 4307 | <div class="text-center"> |
4306 | 4308 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4307 | 4309 | <h2>Configuration Manual</h2> |
4308 | | - <p><strong>version 2.8.18-22</strong></p> |
| 4310 | + <p><strong>version 2.8.18-24</strong></p> |
4309 | 4311 | <p> |
4310 | 4312 | 2025/12/25<br> |
4311 | 4313 |
|
@@ -6599,6 +6601,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.< |
6599 | 6601 | - <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a> |
6600 | 6602 | - <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a> |
6601 | 6603 | - tune.ssl.capture-cipherlist-size (deprecated) |
| 6604 | + - <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a> |
6602 | 6605 | - <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a> |
6603 | 6606 | - <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a> |
6604 | 6607 | - <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a> |
@@ -8626,6 +8629,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.< |
8626 | 8629 | list, extensions list, elliptic curves list and elliptic curve point |
8627 | 8630 | formats. If the value is 0 (default value) the capture is disabled, |
8628 | 8631 | otherwise a buffer is allocated for each SSL/TLS connection. |
| 8632 | +</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 |
| 8633 | +an extension (RFC 8879) to TLS 1.3. |
| 8634 | + |
| 8635 | +When set to "auto" it uses the default value of the TLS library. |
| 8636 | + |
| 8637 | +With "off" it tries to explicitely disable the support of the feature. |
| 8638 | +HAProxy won't try to send compressed certificates anymore nor accept |
| 8639 | +compressed certificates. |
| 8640 | + |
| 8641 | +Configures both backend and frontend sides. |
| 8642 | + |
| 8643 | +This keyword is supported by OpenSSL >= 3.2.0. |
| 8644 | + |
| 8645 | +The default value is auto. |
8629 | 8646 | </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 |
8630 | 8647 | the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The |
8631 | 8648 | final size will try to match the size of the server's RSA (or DSA) key (e.g, |
@@ -27988,7 +28005,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
27988 | 28005 | <br> |
27989 | 28006 | <hr> |
27990 | 28007 | <div class="text-right"> |
27991 | | - HAProxy 2.8.18-22 – Configuration Manual<br> |
| 28008 | + HAProxy 2.8.18-24 – Configuration Manual<br> |
27992 | 28009 | <small>, 2025/12/25</small> |
27993 | 28010 | </div> |
27994 | 28011 | </div> |
|
0 commit comments