From 426e303e80831ea241ad91f0dc6cc9ad1362416c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 18 Jul 2025 19:48:49 +0000 Subject: [PATCH] Merge r1927320 from trunk: mentioned dropped 'sslengine optional' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1927321 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index d943156e27..137b1f74dd 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -563,10 +563,15 @@ SSLSessionCacheTimeout 600 SSLEngine SSL Engine Operation Switch -SSLEngine on|off|optional +SSLEngine on|off SSLEngine off server config virtual host + + Support for the "optional" argument was removed in 2.4.64. It enabled + RFC 2817 (TLS Upgrade) support. + +

@@ -583,10 +588,6 @@ SSLEngine on </VirtualHost> -

In Apache 2.1 and later, SSLEngine can be set to -optional. This enables support for -RFC 2817, Upgrading to TLS -Within HTTP/1.1. At this time no web browsers support RFC 2817.

-- 2.47.2