Skip to content

Commit b338ccc

Browse files
author
HAProxy Community
committed
Update docs for 3.2
1 parent 6345d7c commit b338ccc

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/3.2/configuration.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<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>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -4415,6 +4415,8 @@
44154415

44164416
<a class="list-group-item" href="#tune.ssl.capture-cipherlist-size">tune.ssl.capture-cipherlist-size</a>
44174417

4418+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4419+
44184420
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
44194421

44204422
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4622,7 +4624,7 @@
46224624
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46234625
</p>
46244626
<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>
46264628
</p>
46274629
</div>
46284630
<!-- /.sidebar -->
@@ -4633,7 +4635,7 @@
46334635
<div class="text-center">
46344636
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46354637
<h2>Configuration Manual</h2>
4636-
<p><strong>version 3.2.10-40</strong></p>
4638+
<p><strong>version 3.2.10-42</strong></p>
46374639
<p>
46384640
2025/12/18<br>
46394641

@@ -7702,6 +7704,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
77027704
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
77037705
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
77047706
- tune.ssl.capture-cipherlist-size (deprecated)
7707+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
77057708
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
77067709
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
77077710
- <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.<
1028110284
list, extensions list, elliptic curves list and elliptic curve point
1028210285
formats. If the value is 0 (default value) the capture is disabled,
1028310286
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 &quot;auto&quot; it uses the default value of the TLS library.
10291+
10292+
With &quot;off&quot; 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 &gt;= 3.2.0.
10299+
10300+
The default value is auto.
1028410301
</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">&lt;number&gt;</span></div><pre class="text">Sets the maximum size of the Diffie-Hellman parameters used for generating
1028510302
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
1028610303
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
3321833235
<br>
3321933236
<hr>
3322033237
<div class="text-right">
33221-
HAProxy 3.2.10-40 &ndash; Configuration Manual<br>
33238+
HAProxy 3.2.10-42 &ndash; Configuration Manual<br>
3322233239
<small>, 2025/12/18</small>
3322333240
</div>
3322433241
</div>

docs/3.2/intro.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.2.10-40 - Starter Guide</title>
5+
<title>HAProxy version 3.2.10-42 - Starter Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -484,7 +484,7 @@
484484
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
485485
</p>
486486
<p class="text-right">
487-
<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>
487+
<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>
488488
</p>
489489
</div>
490490
<!-- /.sidebar -->
@@ -495,7 +495,7 @@
495495
<div class="text-center">
496496
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
497497
<h2>Starter Guide</h2>
498-
<p><strong>version 3.2.10-40</strong></p>
498+
<p><strong>version 3.2.10-42</strong></p>
499499
<p>
500500
<br>
501501

@@ -2515,7 +2515,7 @@ <h2 id="chapter-4.4" data-target="4.4"><small><a class="small" href="#4.4">4.4.<
25152515
<br>
25162516
<hr>
25172517
<div class="text-right">
2518-
HAProxy 3.2.10-40 &ndash; Starter Guide<br>
2518+
HAProxy 3.2.10-42 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.2/management.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>HAProxy version 3.2.10-40 - Management Guide</title>
5+
<title>HAProxy version 3.2.10-42 - Management Guide</title>
66
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
77
<link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" />
88
<link href="../css/page.css?0.4.2-15" rel="stylesheet" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<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>
665+
<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>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.2.10-40</strong></p>
676+
<p><strong>version 3.2.10-42</strong></p>
677677
<p>
678678
<br>
679679

@@ -5596,7 +5596,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55965596
<br>
55975597
<hr>
55985598
<div class="text-right">
5599-
HAProxy 3.2.10-40 &ndash; Management Guide<br>
5599+
HAProxy 3.2.10-42 &ndash; Management Guide<br>
56005600
<small>, </small>
56015601
</div>
56025602
</div>

0 commit comments

Comments
 (0)