Skip to content

Commit 6345d7c

Browse files
author
HAProxy Community
committed
Update docs for 3.3
1 parent a9cd1ab commit 6345d7c

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/3.3/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.3.1-39 - Configuration Manual</title>
5+
<title>HAProxy version 3.3.1-41 - 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" />
@@ -4496,6 +4496,8 @@
44964496

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

4499+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4500+
44994501
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
45004502

45014503
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4701,7 +4703,7 @@
47014703
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47024704
</p>
47034705
<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>
47054707
</p>
47064708
</div>
47074709
<!-- /.sidebar -->
@@ -4712,7 +4714,7 @@
47124714
<div class="text-center">
47134715
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47144716
<h2>Configuration Manual</h2>
4715-
<p><strong>version 3.3.1-39</strong></p>
4717+
<p><strong>version 3.3.1-41</strong></p>
47164718
<p>
47174719
2025/12/19<br>
47184720

@@ -7805,6 +7807,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
78057807
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
78067808
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
78077809
- tune.ssl.capture-cipherlist-size (deprecated)
7810+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
78087811
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
78097812
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
78107813
- <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.<
1050510508
list, extensions list, elliptic curves list and elliptic curve point
1050610509
formats. If the value is 0 (default value) the capture is disabled,
1050710510
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 &quot;auto&quot; it uses the default value of the TLS library.
10515+
10516+
With &quot;off&quot; 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 &gt;= 3.2.0.
10523+
10524+
The default value is auto.
1050810525
</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
1050910526
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
1051010527
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
3383633853
<br>
3383733854
<hr>
3383833855
<div class="text-right">
33839-
HAProxy 3.3.1-39 &ndash; Configuration Manual<br>
33856+
HAProxy 3.3.1-41 &ndash; Configuration Manual<br>
3384033857
<small>, 2025/12/19</small>
3384133858
</div>
3384233859
</div>

docs/3.3/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.3.1-39 - Starter Guide</title>
5+
<title>HAProxy version 3.3.1-41 - 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.3.1-39</strong></p>
498+
<p><strong>version 3.3.1-41</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.3.1-39 &ndash; Starter Guide<br>
2518+
HAProxy 3.3.1-41 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.3/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.3.1-39 - Management Guide</title>
5+
<title>HAProxy version 3.3.1-41 - 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" />
@@ -680,7 +680,7 @@
680680
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
681681
</p>
682682
<p class="text-right">
683-
<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>
683+
<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>
684684
</p>
685685
</div>
686686
<!-- /.sidebar -->
@@ -691,7 +691,7 @@
691691
<div class="text-center">
692692
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
693693
<h2>Management Guide</h2>
694-
<p><strong>version 3.3.1-39</strong></p>
694+
<p><strong>version 3.3.1-41</strong></p>
695695
<p>
696696
<br>
697697

@@ -5769,7 +5769,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57695769
<br>
57705770
<hr>
57715771
<div class="text-right">
5772-
HAProxy 3.3.1-39 &ndash; Management Guide<br>
5772+
HAProxy 3.3.1-41 &ndash; Management Guide<br>
57735773
<small>, </small>
57745774
</div>
57755775
</div>

0 commit comments

Comments
 (0)