Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manual/mod/mod_ssl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@ be protected with file permissions similar to those used for

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