]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mentioned dropped 'sslengine optional'
authorEric Covener <covener@apache.org>
Fri, 18 Jul 2025 19:47:15 +0000 (19:47 +0000)
committerEric Covener <covener@apache.org>
Fri, 18 Jul 2025 19:47:15 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927320 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 5a06cf1c2ab10dcd79c5c6fa3fe6f604419a28d7..fe92af5bb719eb3e0e4cfb2b729abf83b5943a56 100644 (file)
@@ -579,10 +579,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>
@@ -599,10 +604,6 @@ SSLEngine on
 &lt;/VirtualHost&gt;
 </highlight>
 </example>
-<p><directive>SSLEngine</directive> can be set to <code>optional</code>: 
-this enables support for
-<a href="https://www.rfc-editor.org/rfc/rfc2817">RFC 2817</a>.
-</p>
 </usage>
 </directivesynopsis>