Skip to content

Commit 68b9128

Browse files
committed
mentioned dropped 'sslengine optional'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927320 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1045f53 commit 68b9128

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/manual/mod/mod_ssl.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,10 +579,15 @@ SSLSessionCacheTimeout 600
579579
<directivesynopsis>
580580
<name>SSLEngine</name>
581581
<description>SSL Engine Operation Switch</description>
582-
<syntax>SSLEngine on|off|optional</syntax>
582+
<syntax>SSLEngine on|off</syntax>
583583
<default>SSLEngine off</default>
584584
<contextlist><context>server config</context>
585585
<context>virtual host</context></contextlist>
586+
<compatibility>
587+
Support for the "optional" argument was removed in 2.4.64. It enabled
588+
RFC 2817 (TLS Upgrade) support.
589+
</compatibility>
590+
586591

587592
<usage>
588593
<p>
@@ -599,10 +604,6 @@ SSLEngine on
599604
&lt;/VirtualHost&gt;
600605
</highlight>
601606
</example>
602-
<p><directive>SSLEngine</directive> can be set to <code>optional</code>:
603-
this enables support for
604-
<a href="https://www.rfc-editor.org/rfc/rfc2817">RFC 2817</a>.
605-
</p>
606607
</usage>
607608
</directivesynopsis>
608609

0 commit comments

Comments
 (0)