]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1927320 from trunk:
authorEric Covener <covener@apache.org>
Fri, 18 Jul 2025 19:48:49 +0000 (19:48 +0000)
committerEric Covener <covener@apache.org>
Fri, 18 Jul 2025 19:48:49 +0000 (19:48 +0000)
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

index d943156e27c45e26457effafbc0d2069c24173c2..137b1f74dd2722b8ec4dad964e43b650feb8e6cf 100644 (file)
@@ -563,10 +563,15 @@ SSLSessionCacheTimeout 600
 <directivesynopsis>
 <name>SSLEngine</name>
 <description>SSL Engine Operation Switch</description>
-<syntax>SSLEngine on|off|optional</syntax>
+<syntax>SSLEngine on|off</syntax>
 <default>SSLEngine off</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>
+<compatibility>
+  Support for the "optional" argument was removed in 2.4.64. It enabled
+  RFC 2817 (TLS Upgrade) support.
+</compatibility>
+
 
 <usage>
 <p>
@@ -583,10 +588,6 @@ SSLEngine on
 &lt;/VirtualHost&gt;
 </highlight>
 </example>
-<p>In Apache 2.1 and later, <directive>SSLEngine</directive> can be set to
-<code>optional</code>. This enables support for
-<a href="http://www.ietf.org/rfc/rfc2817.txt">RFC 2817</a>, Upgrading to TLS
-Within HTTP/1.1. At this time no web browsers support RFC 2817.</p>
 </usage>
 </directivesynopsis>