|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>HAProxy version 3.1.9-37 - Configuration Manual</title> |
| 5 | + <title>HAProxy version 3.1.9-45 - Configuration Manual</title> |
6 | 6 | <link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" /> |
7 | 7 | <link href="https://raw.githubusercontent.com/thomaspark/bootswatch/v3.3.7/cerulean/bootstrap.min.css" rel="stylesheet" /> |
8 | 8 | <link href="../css/page.css?0.4.2-15" rel="stylesheet" /> |
|
4432 | 4432 | You can use <strong>left</strong> and <strong>right</strong> arrow keys to navigate between chapters.<br> |
4433 | 4433 | </p> |
4434 | 4434 | <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/10/27</b></small> |
| 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/11/05</b></small> |
4436 | 4436 | </p> |
4437 | 4437 | </div> |
4438 | 4438 | <!-- /.sidebar --> |
|
4443 | 4443 | <div class="text-center"> |
4444 | 4444 | <h1><a href="http://www.haproxy.org/" title="HAProxy"><img src="../img/HAProxyCommunityEdition_60px.png?0.4.2-15" /></a></h1> |
4445 | 4445 | <h2>Configuration Manual</h2> |
4446 | | - <p><strong>version 3.1.9-37</strong></p> |
| 4446 | + <p><strong>version 3.1.9-45</strong></p> |
4447 | 4447 | <p> |
4448 | 4448 | 2025/10/03<br> |
4449 | 4449 |
|
@@ -27819,9 +27819,9 @@ <h3 id="chapter-7.3.4" data-target="7.3.4"><small><a class="small" href="#7.3.4" |
27819 | 27819 | certificate is not present in the current connection but may be retrieved |
27820 | 27820 | from the cache or the ticket. So prefer "<a href="#ssl_c_used">ssl_c_used</a>" if you want to check if |
27821 | 27821 | current SSL session uses a client certificate. |
27822 | | -</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 |
27823 | | -it has security implications, it is useful to be able to refuse those, or |
27824 | | -wait until the handshake happened. |
| 27822 | +</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. |
| 27823 | +As it has security implications, it is useful to be able to refuse those, or |
| 27824 | +wait until the handshake completes (via the "<a href="#wait-for-handshake">wait-for-handshake</a>" action). |
27825 | 27825 | </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) |
27826 | 27826 | in an incoming connection was made over an SSL/TLS transport layer. Returns |
27827 | 27827 | true when the incoming connection presents a TLS SNI field. This requires |
@@ -31843,7 +31843,7 @@ <h2 id="chapter-11.3" data-target="11.3"><small><a class="small" href="#11.3">11 |
31843 | 31843 | <br> |
31844 | 31844 | <hr> |
31845 | 31845 | <div class="text-right"> |
31846 | | - HAProxy 3.1.9-37 – Configuration Manual<br> |
| 31846 | + HAProxy 3.1.9-45 – Configuration Manual<br> |
31847 | 31847 | <small>, 2025/10/03</small> |
31848 | 31848 | </div> |
31849 | 31849 | </div> |
|
0 commit comments