Skip to content

Commit fe39ef0

Browse files
author
HAProxy Community
committed
Update docs for 2.8
1 parent ae1c6b5 commit fe39ef0

3 files changed

Lines changed: 29 additions & 12 deletions

File tree

docs/2.8/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 2.8.18-22 - Configuration Manual</title>
5+
<title>HAProxy version 2.8.18-24 - 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" />
@@ -4123,6 +4123,8 @@
41234123

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

4126+
<a class="list-group-item" href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
4127+
41264128
<a class="list-group-item" href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
41274129

41284130
<a class="list-group-item" href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
@@ -4294,7 +4296,7 @@
42944296
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
42954297
</p>
42964298
<p class="text-right">
4297-
<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/25</b></small>
4299+
<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>
42984300
</p>
42994301
</div>
43004302
<!-- /.sidebar -->
@@ -4305,7 +4307,7 @@
43054307
<div class="text-center">
43064308
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
43074309
<h2>Configuration Manual</h2>
4308-
<p><strong>version 2.8.18-22</strong></p>
4310+
<p><strong>version 2.8.18-24</strong></p>
43094311
<p>
43104312
2025/12/25<br>
43114313

@@ -6599,6 +6601,7 @@ <h2 id="chapter-2.7" data-target="2.7"><small><a class="small" href="#2.7">2.7.<
65996601
- <a href="#tune.ssl.cachesize">tune.ssl.cachesize</a>
66006602
- <a href="#tune.ssl.capture-buffer-size">tune.ssl.capture-buffer-size</a>
66016603
- tune.ssl.capture-cipherlist-size (deprecated)
6604+
- <a href="#tune.ssl.certificate-compression">tune.ssl.certificate-compression</a>
66026605
- <a href="#tune.ssl.default-dh-param">tune.ssl.default-dh-param</a>
66036606
- <a href="#tune.ssl.force-private-cache">tune.ssl.force-private-cache</a>
66046607
- <a href="#tune.ssl.hard-maxrecord">tune.ssl.hard-maxrecord</a>
@@ -8626,6 +8629,20 @@ <h2 id="chapter-3.2" data-target="3.2"><small><a class="small" href="#3.2">3.2.<
86268629
list, extensions list, elliptic curves list and elliptic curve point
86278630
formats. If the value is 0 (default value) the capture is disabled,
86288631
otherwise a buffer is allocated for each SSL/TLS connection.
8632+
</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
8633+
an extension (RFC 8879) to TLS 1.3.
8634+
8635+
When set to &quot;auto&quot; it uses the default value of the TLS library.
8636+
8637+
With &quot;off&quot; it tries to explicitely disable the support of the feature.
8638+
HAProxy won't try to send compressed certificates anymore nor accept
8639+
compressed certificates.
8640+
8641+
Configures both backend and frontend sides.
8642+
8643+
This keyword is supported by OpenSSL &gt;= 3.2.0.
8644+
8645+
The default value is auto.
86298646
</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
86308647
the ephemeral/temporary Diffie-Hellman key in case of DHE key exchange. The
86318648
final size will try to match the size of the server's RSA (or DSA) key (e.g,
@@ -27988,7 +28005,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11
2798828005
<br>
2798928006
<hr>
2799028007
<div class="text-right">
27991-
HAProxy 2.8.18-22 &ndash; Configuration Manual<br>
28008+
HAProxy 2.8.18-24 &ndash; Configuration Manual<br>
2799228009
<small>, 2025/12/25</small>
2799328010
</div>
2799428011
</div>

docs/2.8/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 2.8.18-22 - Starter Guide</title>
5+
<title>HAProxy version 2.8.18-24 - 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/25</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 2.8.18-22</strong></p>
498+
<p><strong>version 2.8.18-24</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 2.8.18-22 &ndash; Starter Guide<br>
2518+
HAProxy 2.8.18-24 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/2.8/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 2.8.18-22 - Management Guide</title>
5+
<title>HAProxy version 2.8.18-24 - 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" />
@@ -610,7 +610,7 @@
610610
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
611611
</p>
612612
<p class="text-right">
613-
<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/25</b></small>
613+
<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>
614614
</p>
615615
</div>
616616
<!-- /.sidebar -->
@@ -621,7 +621,7 @@
621621
<div class="text-center">
622622
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
623623
<h2>Management Guide</h2>
624-
<p><strong>version 2.8.18-22</strong></p>
624+
<p><strong>version 2.8.18-24</strong></p>
625625
<p>
626626
<br>
627627

@@ -5001,7 +5001,7 @@ <h3 id="chapter-9.4.1" data-target="9.4.1"><small><a class="small" href="#9.4.1"
50015001
<br>
50025002
<hr>
50035003
<div class="text-right">
5004-
HAProxy 2.8.18-22 &ndash; Management Guide<br>
5004+
HAProxy 2.8.18-24 &ndash; Management Guide<br>
50055005
<small>, </small>
50065006
</div>
50075007
</div>

0 commit comments

Comments
 (0)