mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 12:10:29 +00:00
mentioned dropped 'sslengine optional'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1927320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -579,10 +579,15 @@ SSLSessionCacheTimeout 600
|
|||||||
<directivesynopsis>
|
<directivesynopsis>
|
||||||
<name>SSLEngine</name>
|
<name>SSLEngine</name>
|
||||||
<description>SSL Engine Operation Switch</description>
|
<description>SSL Engine Operation Switch</description>
|
||||||
<syntax>SSLEngine on|off|optional</syntax>
|
<syntax>SSLEngine on|off</syntax>
|
||||||
<default>SSLEngine off</default>
|
<default>SSLEngine off</default>
|
||||||
<contextlist><context>server config</context>
|
<contextlist><context>server config</context>
|
||||||
<context>virtual host</context></contextlist>
|
<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>
|
<usage>
|
||||||
<p>
|
<p>
|
||||||
@ -599,10 +604,6 @@ SSLEngine on
|
|||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
</highlight>
|
</highlight>
|
||||||
</example>
|
</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>
|
</usage>
|
||||||
</directivesynopsis>
|
</directivesynopsis>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user