Skip to content

Commit a9cd1ab

Browse files
author
HAProxy Community
committed
Update docs for dev
1 parent b104b99 commit a9cd1ab

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/dev/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.4-dev3-12 - Configuration Manual</title>
5+
<title>HAProxy version 3.4-dev3-15 - 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" />
@@ -4578,6 +4578,8 @@
45784578

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

4581+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4582+
45814583
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
45824584

45834585
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4783,7 +4785,7 @@
47834785
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
47844786
</p>
47854787
<p class="text-right">
4786-
<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/22</b></small>
4788+
<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>
47874789
</p>
47884790
</div>
47894791
<!-- /.sidebar -->
@@ -4794,7 +4796,7 @@
47944796
<div class="text-center">
47954797
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
47964798
<h2>Configuration Manual</h2>
4797-
<p><strong>version 3.4-dev3-12</strong></p>
4799+
<p><strong>version 3.4-dev3-15</strong></p>
47984800
<p>
47994801
2026/01/22<br>
48004802

@@ -7892,6 +7894,7 @@ <h2 id="chapter-2.10" data-target="2.10"><small><a class="small" href="#2.10">2.
78927894
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
78937895
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
78947896
- tune.ssl.capture-cipherlist-size (deprecated)
7897+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
78957898
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
78967899
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
78977900
- <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a>
@@ -10669,6 +10672,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
1066910672
list, extensions list, elliptic curves list and elliptic curve point
1067010673
formats. If the value is 0 (default value) the capture is disabled,
1067110674
otherwise a buffer is allocated for each SSL/TLS connection.
10675+
</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
10676+
an extension (RFC 8879) to TLS 1.3.
10677+
10678+
When set to &quot;auto&quot; it uses the default value of the TLS library.
10679+
10680+
With &quot;off&quot; it tries to explicitely disable the support of the feature.
10681+
HAProxy won't try to send compressed certificates anymore nor accept
10682+
compressed certificates.
10683+
10684+
Configures both backend and frontend sides.
10685+
10686+
This keyword is supported by OpenSSL &gt;= 3.2.0.
10687+
10688+
The default value is auto.
1067210689
</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
1067310690
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
1067410691
final size will try to match the size of the server's RSA (or DSA) key (e.g,
@@ -34492,7 +34509,7 @@ <h2 id="chapter-12.8" data-target="12.8"><small><a class="small" href="#12.8">12
3449234509
<br>
3449334510
<hr>
3449434511
<div class="text-right">
34495-
HAProxy 3.4-dev3-12 &ndash; Configuration Manual<br>
34512+
HAProxy 3.4-dev3-15 &ndash; Configuration Manual<br>
3449634513
<small>, 2026/01/22</small>
3449734514
</div>
3449834515
</div>

docs/dev/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.4-dev3-12 - Starter Guide</title>
5+
<title>HAProxy version 3.4-dev3-15 - 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/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.4-dev3-12</strong></p>
498+
<p><strong>version 3.4-dev3-15</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.4-dev3-12 &ndash; Starter Guide<br>
2518+
HAProxy 3.4-dev3-15 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/dev/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.4-dev3-12 - Management Guide</title>
5+
<title>HAProxy version 3.4-dev3-15 - 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" />
@@ -688,7 +688,7 @@
688688
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
689689
</p>
690690
<p class="text-right">
691-
<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/22</b></small>
691+
<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>
692692
</p>
693693
</div>
694694
<!-- /.sidebar -->
@@ -699,7 +699,7 @@
699699
<div class="text-center">
700700
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
701701
<h2>Management Guide</h2>
702-
<p><strong>version 3.4-dev3-12</strong></p>
702+
<p><strong>version 3.4-dev3-15</strong></p>
703703
<p>
704704
<br>
705705

@@ -5785,7 +5785,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
57855785
<br>
57865786
<hr>
57875787
<div class="text-right">
5788-
HAProxy 3.4-dev3-12 &ndash; Management Guide<br>
5788+
HAProxy 3.4-dev3-15 &ndash; Management Guide<br>
57895789
<small>, </small>
57905790
</div>
57915791
</div>

0 commit comments

Comments
 (0)