From f1636564c3cd498727ba744e96a4ef3399dc8708 Mon Sep 17 00:00:00 2001 From: Pavan Shinde Date: Mon, 13 Apr 2026 21:01:29 +0530 Subject: [PATCH] docs(mod_ssl): fix SSL_CLIENTHELLO env var typo --- docs/manual/mod/mod_ssl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index 43f477eb725..d6ed0e27038 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