Skip to content

Commit 9cf405a

Browse files
author
HAProxy Community
committed
Update docs for 3.2
1 parent 15e5e5d commit 9cf405a

File tree

3 files changed

+25
-15
lines changed

3 files changed

+25
-15
lines changed

docs/3.2/configuration.html

Lines changed: 17 additions & 7 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.2.7-9 - Configuration Manual</title>
5+
<title>HAProxy version 3.2.7-22 - 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" />
@@ -3884,6 +3884,8 @@
38843884

38853885
<a class="list-group-item" href="#ssl_fc_early_exporter_secret">ssl_fc_early_exporter_secret</a>
38863886

3887+
<a class="list-group-item" href="#ssl_fc_early_rcvd">ssl_fc_early_rcvd</a>
3888+
38873889
<a class="list-group-item" href="#ssl_fc_ecformats_bin">ssl_fc_ecformats_bin</a>
38883890

38893891
<a class="list-group-item" href="#ssl_fc_eclist_bin">ssl_fc_eclist_bin</a>
@@ -4620,7 +4622,7 @@
46204622
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
46214623
</p>
46224624
<p class="text-right">
4623-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/27</b></small>
4625+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/05</b></small>
46244626
</p>
46254627
</div>
46264628
<!-- /.sidebar -->
@@ -4631,7 +4633,7 @@
46314633
<div class="text-center">
46324634
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
46334635
<h2>Configuration Manual</h2>
4634-
<p><strong>version 3.2.7-9</strong></p>
4636+
<p><strong>version 3.2.7-22</strong></p>
46354637
<p>
46364638
2025/10/23<br>
46374639

@@ -27750,6 +27752,13 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2775027752
</pre><a class="anchor" name="ssl_fc_curve"></a><a class="anchor" name="7-ssl_fc_curve"></a><a class="anchor" name="7.3.4-ssl_fc_curve"></a><a class="anchor" name="ssl_fc_curve (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_curve (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_curve"></a><a href="#7.3.4-ssl_fc_curve">ssl_fc_curve</a></b> : string</div><pre class="text">Returns the name of the curve used in the key agreement when the incoming
2775127753
connection was made over an SSL/TLS transport layer. This requires
2775227754
OpenSSL &gt;= 3.0.0.
27755+
</pre><a class="anchor" name="ssl_fc_early_rcvd"></a><a class="anchor" name="7-ssl_fc_early_rcvd"></a><a class="anchor" name="7.3.4-ssl_fc_early_rcvd"></a><a class="anchor" name="ssl_fc_early_rcvd (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_early_rcvd (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_early_rcvd"></a><a href="#7.3.4-ssl_fc_early_rcvd">ssl_fc_early_rcvd</a></b> : boolean</div><pre class="text">Returns true if early data were seen over that connection, regardless of the
27756+
fact that the handshake has since completed. It has no practical use case for
27757+
traffic processing, however it's about the only way to &quot;see&quot; that a client
27758+
used 0-RTT to send early data, and is sometimes useful when debugging, since
27759+
the only other alternatives are network traffic captures or logging the front
27760+
connection's flags and matching them in the code. It may also be useful to
27761+
get statistics on clients' capabilities. See also &quot;<a href="#ssl_fc_has_early">ssl_fc_has_early</a>&quot;.
2775327762
</pre><a class="anchor" name="ssl_fc_early_exporter_secret"></a><a class="anchor" name="7-ssl_fc_early_exporter_secret"></a><a class="anchor" name="7.3.4-ssl_fc_early_exporter_secret"></a><a class="anchor" name="ssl_fc_early_exporter_secret (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_early_exporter_secret (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_early_exporter_secret"></a><a href="#7.3.4-ssl_fc_early_exporter_secret">ssl_fc_early_exporter_secret</a></b> : string</div><pre class="text">Return the EARLY_EXPORTER_SECRET as an hexadecimal string for the
2775427763
front connection when the incoming connection was made over an TLS 1.3
2775527764
transport layer.
@@ -27842,9 +27851,10 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4"
2784227851
certificate is not present in the current connection but may be retrieved
2784327852
from the cache or the ticket. So prefer &quot;<a href="#ssl_c_used">ssl_c_used</a>&quot; if you want to check if
2784427853
current SSL session uses a client certificate.
27845-
</pre><a class="anchor" name="ssl_fc_has_early"></a><a class="anchor" name="7-ssl_fc_has_early"></a><a class="anchor" name="7.3.4-ssl_fc_has_early"></a><a class="anchor" name="ssl_fc_has_early (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_has_early (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_has_early"></a><a href="#7.3.4-ssl_fc_has_early">ssl_fc_has_early</a></b> : boolean</div><pre class="text">Returns true if early data were sent, and the handshake didn't happen yet. As
27846-
it has security implications, it is useful to be able to refuse those, or
27847-
wait until the handshake happened.
27854+
</pre><a class="anchor" name="ssl_fc_has_early"></a><a class="anchor" name="7-ssl_fc_has_early"></a><a class="anchor" name="7.3.4-ssl_fc_has_early"></a><a class="anchor" name="ssl_fc_has_early (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_has_early (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_has_early"></a><a href="#7.3.4-ssl_fc_has_early">ssl_fc_has_early</a></b> : boolean</div><pre class="text">Returns true if early data were sent, and the handshake didn't complete yet.
27855+
As it has security implications, it is useful to be able to refuse those, or
27856+
wait until the handshake completes (via the &quot;<a href="#wait-for-handshake">wait-for-handshake</a>&quot; action). See
27857+
also &quot;<a href="#ssl_fc_early_rcvd">ssl_fc_early_rcvd</a>&quot;.
2784827858
</pre><a class="anchor" name="ssl_fc_has_sni"></a><a class="anchor" name="7-ssl_fc_has_sni"></a><a class="anchor" name="7.3.4-ssl_fc_has_sni"></a><a class="anchor" name="ssl_fc_has_sni (Using ACLs and fetching samples)"></a><a class="anchor" name="ssl_fc_has_sni (Fetching samples at Layer 5)"></a><div class="keyword"><b><a class="anchor" name="ssl_fc_has_sni"></a><a href="#7.3.4-ssl_fc_has_sni">ssl_fc_has_sni</a></b> : boolean</div><pre class="text">This checks for the presence of a Server Name Indication TLS extension (SNI)
2784927859
in an incoming connection was made over an SSL/TLS transport layer. Returns
2785027860
true when the incoming connection presents a TLS SNI field. This requires
@@ -33169,7 +33179,7 @@ <h2 id="chapter-12.9" data-target="12.9"><small><a class="small" href="#12.9">12
3316933179
<br>
3317033180
<hr>
3317133181
<div class="text-right">
33172-
HAProxy 3.2.7-9 &ndash; Configuration Manual<br>
33182+
HAProxy 3.2.7-22 &ndash; Configuration Manual<br>
3317333183
<small>, 2025/10/23</small>
3317433184
</div>
3317533185
</div>

docs/3.2/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.2.7-9 - Starter Guide</title>
5+
<title>HAProxy version 3.2.7-22 - 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/10/27</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>2025/11/05</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.2.7-9</strong></p>
498+
<p><strong>version 3.2.7-22</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.2.7-9 &ndash; Starter Guide<br>
2518+
HAProxy 3.2.7-22 &ndash; Starter Guide<br>
25192519
<small>, </small>
25202520
</div>
25212521
</div>

docs/3.2/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.2.7-9 - Management Guide</title>
5+
<title>HAProxy version 3.2.7-22 - 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" />
@@ -662,7 +662,7 @@
662662
You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br>
663663
</p>
664664
<p class="text-right">
665-
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/10/27</b></small>
665+
<small>Converted with <a href="https://github.com/cbonte/haproxy-dconv">haproxy-dconv</a> v<b>0.4.2-15</b> on <b>2025/11/05</b></small>
666666
</p>
667667
</div>
668668
<!-- /.sidebar -->
@@ -673,7 +673,7 @@
673673
<div class="text-center">
674674
<h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1>
675675
<h2>Management Guide</h2>
676-
<p><strong>version 3.2.7-9</strong></p>
676+
<p><strong>version 3.2.7-22</strong></p>
677677
<p>
678678
<br>
679679

@@ -5596,7 +5596,7 @@ <h2 id="chapter-13.1" data-target="13.1"><small><a class="small" href="#13.1">13
55965596
<br>
55975597
<hr>
55985598
<div class="text-right">
5599-
HAProxy 3.2.7-9 &ndash; Management Guide<br>
5599+
HAProxy 3.2.7-22 &ndash; Management Guide<br>
56005600
<small>, </small>
56015601
</div>
56025602
</div>

0 commit comments

Comments
 (0)