From: Eric Covener Date: Fri, 18 Jul 2025 19:48:49 +0000 (+0000) Subject: Merge r1927320 from trunk: X-Git-Tag: 2.4.65-rc1-candidate~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=426e303e80831ea241ad91f0dc6cc9ad1362416c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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.