Skip to content

Commit ae1c6b5

Browse files
author
HAProxy Community
committed
Update docs for 3.0
1 parent c8d0409 commit ae1c6b5

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/3.0/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.0.14-33 - Configuration Manual</title>
5+
<title>HAProxy version 3.0.14-35 - 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" />
@@ -4126,6 +4126,8 @@
41264126

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

4129+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4130+
41294131
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
41304132

41314133
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4329,7 +4331,7 @@
43294331
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
43304332
</p>
43314333
<p class="text-right">
4332-
<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/22</b></small>
4334+
<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>
43334335
</p>
43344336
</div>
43354337
<!-- /.sidebar -->
@@ -4340,7 +4342,7 @@
43404342
<div class="text-center">
43414343
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43424344
<h2>Configuration Manual</h2>
4343-
<p><strong>version 3.0.14-33</strong></p>
4345+
<p><strong>version 3.0.14-35</strong></p>
43444346
<p>
43454347
2025/12/22<br>
43464348

@@ -6911,6 +6913,7 @@ <h2 id="chapter-2.8" data-target="2.8"><small><a class="small" href="#2.8">2.8.<
69116913
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
69126914
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
69136915
- tune.ssl.capture-cipherlist-size (deprecated)
6916+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
69146917
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
69156918
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
69166919
- <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a>
@@ -9090,6 +9093,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
90909093
list, extensions list, elliptic curves list and elliptic curve point
90919094
formats. If the value is 0 (default value) the capture is disabled,
90929095
otherwise a buffer is allocated for each SSL/TLS connection.
9096+
</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
9097+
an extension (RFC 8879) to TLS 1.3.
9098+
9099+
When set to &quot;auto&quot; it uses the default value of the TLS library.
9100+
9101+
With &quot;off&quot; it tries to explicitely disable the support of the feature.
9102+
HAProxy won't try to send compressed certificates anymore nor accept
9103+
compressed certificates.
9104+
9105+
Configures both backend and frontend sides.
9106+
9107+
This keyword is supported by OpenSSL &gt;= 3.2.0.
9108+
9109+
The default value is auto.
90939110
</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">&lt;number&gt;</span></div><pre class="text">Sets the maximum size of the Diffie-Hellman parameters used for generating
90949111
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
90959112
final size will try to match the size of the server's RSA (or DSA) key (e.g,
@@ -30858,7 +30875,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3085830875
<br>
3085930876
<hr>
3086030877
<div class="text-right">
30861-
HAProxy 3.0.14-33 &ndash; Configuration Manual<br>
30878+
HAProxy 3.0.14-35 &ndash; Configuration Manual<br>
3086230879
<small>, 2025/12/22</small>
3086330880
</div>
3086430881
</div>

docs/3.0/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.0.14-33 - Starter Guide</title>
5+
<title>HAProxy version 3.0.14-35 - 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>2025/12/22</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.0.14-33</strong></p>
498+
<p><strong>version 3.0.14-35</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.0.14-33 &ndash; Starter Guide<br>
2518+
HAProxy 3.0.14-35 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.0/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.0.14-33 - Management Guide</title>
5+
<title>HAProxy version 3.0.14-35 - 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" />
@@ -646,7 +646,7 @@
646646
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
647647
</p>
648648
<p class="text-right">
649-
<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/22</b></small>
649+
<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>
650650
</p>
651651
</div>
652652
<!-- /.sidebar -->
@@ -657,7 +657,7 @@
657657
<div class="text-center">
658658
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
659659
<h2>Management Guide</h2>
660-
<p><strong>version 3.0.14-33</strong></p>
660+
<p><strong>version 3.0.14-35</strong></p>
661661
<p>
662662
<br>
663663

@@ -5343,7 +5343,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
53435343
<br>
53445344
<hr>
53455345
<div class="text-right">
5346-
HAProxy 3.0.14-33 &ndash; Management Guide<br>
5346+
HAProxy 3.0.14-35 &ndash; Management Guide<br>
53475347
<small>, </small>
53485348
</div>
53495349
</div>

0 commit comments

Comments
 (0)