Skip to content

Commit c8d0409

Browse files
author
HAProxy Community
committed
Update docs for 3.1
1 parent b338ccc commit c8d0409

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/3.1/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.1.12-40 - Configuration Manual</title>
5+
<title>HAProxy version 3.1.12-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" />
@@ -4227,6 +4227,8 @@
42274227

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

4230+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4231+
42304232
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
42314233

42324234
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4432,7 +4434,7 @@
44324434
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
44334435
</p>
44344436
<p class="text-right">
4435-
<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>
4437+
<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>
44364438
</p>
44374439
</div>
44384440
<!-- /.sidebar -->
@@ -4443,7 +4445,7 @@
44434445
<div class="text-center">
44444446
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
44454447
<h2>Configuration Manual</h2>
4446-
<p><strong>version 3.1.12-40</strong></p>
4448+
<p><strong>version 3.1.12-42</strong></p>
44474449
<p>
44484450
2025/12/22<br>
44494451

@@ -7271,6 +7273,7 @@ <h2 id="chapter-2.9" data-target="2.9"><small><a class="small" href="#2.9">2.9.<
72717273
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
72727274
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
72737275
- tune.ssl.capture-cipherlist-size (deprecated)
7276+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
72747277
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
72757278
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
72767279
- <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a>
@@ -9551,6 +9554,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
95519554
list, extensions list, elliptic curves list and elliptic curve point
95529555
formats. If the value is 0 (default value) the capture is disabled,
95539556
otherwise a buffer is allocated for each SSL/TLS connection.
9557+
</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
9558+
an extension (RFC 8879) to TLS 1.3.
9559+
9560+
When set to &quot;auto&quot; it uses the default value of the TLS library.
9561+
9562+
With &quot;off&quot; it tries to explicitely disable the support of the feature.
9563+
HAProxy won't try to send compressed certificates anymore nor accept
9564+
compressed certificates.
9565+
9566+
Configures both backend and frontend sides.
9567+
9568+
This keyword is supported by OpenSSL &gt;= 3.2.0.
9569+
9570+
The default value is auto.
95549571
</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
95559572
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
95569573
final size will try to match the size of the server's RSA (or DSA) key (e.g,
@@ -31873,7 +31890,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
3187331890
<br>
3187431891
<hr>
3187531892
<div class="text-right">
31876-
HAProxy 3.1.12-40 &ndash; Configuration Manual<br>
31893+
HAProxy 3.1.12-42 &ndash; Configuration Manual<br>
3187731894
<small>, 2025/12/22</small>
3187831895
</div>
3187931896
</div>

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

docs/3.1/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.1.12-40 - Management Guide</title>
5+
<title>HAProxy version 3.1.12-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" />
@@ -652,7 +652,7 @@
652652
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
653653
</p>
654654
<p class="text-right">
655-
<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>
655+
<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>
656656
</p>
657657
</div>
658658
<!-- /.sidebar -->
@@ -663,7 +663,7 @@
663663
<div class="text-center">
664664
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
665665
<h2>Management Guide</h2>
666-
<p><strong>version 3.1.12-40</strong></p>
666+
<p><strong>version 3.1.12-42</strong></p>
667667
<p>
668668
<br>
669669

@@ -5435,7 +5435,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
54355435
<br>
54365436
<hr>
54375437
<div class="text-right">
5438-
HAProxy 3.1.12-40 &ndash; Management Guide<br>
5438+
HAProxy 3.1.12-42 &ndash; Management Guide<br>
54395439
<small>, </small>
54405440
</div>
54415441
</div>

0 commit comments

Comments
 (0)