Skip to content

Commit 5c27d74

Browse files
committed
docs(mod_ssl): fix SSL_CLIENTHELLO env var typo
Submitted by: Pavan Shinde <pavann97@gmail.com> Github: closes #634 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933097 13f79535-47bb-0310-9956-ffa450edef68
1 parent 65090db commit 5c27d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual/mod/mod_ssl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3040,7 +3040,7 @@ be protected with file permissions similar to those used for
30403040

30413041
<usage>
30423042
<p>This directive enables collection of ClientHello data during the handshake that is retained for
3043-
the length of the connection so it can be exposed as <code>SSL_CLIENTHELLLO_*</code> environment
3043+
the length of the connection so it can be exposed as <code>SSL_CLIENTHELLO_*</code> environment
30443044
variables for requests depending upon the <code>StdEnvVars</code> setting. The variables are
30453045
formatted as the hex-encoded raw buffers seen in the raw network protocol and as provided
30463046
by OpenSSL. GREASE (RFC 8701) values are filtered by OpenSSL when enumerating extension IDs, but

0 commit comments

Comments
 (0)