From: Joe Orton Date: Thu, 16 Apr 2026 07:30:49 +0000 (+0000) Subject: docs(mod_ssl): fix SSL_CLIENTHELLO env var typo X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5c27d74d7c58bc68bcb4d0921da71e1816a923e2;p=thirdparty%2Fapache%2Fhttpd.git docs(mod_ssl): fix SSL_CLIENTHELLO env var typo Submitted by: Pavan Shinde Github: closes #634 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933097 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index f60e9068df..157131265b 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -3040,7 +3040,7 @@ be protected with file permissions similar to those used for

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 SSL_CLIENTHELLLO_* environment +the length of the connection so it can be exposed as SSL_CLIENTHELLO_* environment variables for requests depending upon the StdEnvVars 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