From 01c7bdacb76e4d3e8fe849410aa1896c1d2d1c3e Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Sat, 11 Dec 2004 08:46:23 +0000 Subject: [PATCH] Mention that SSLEngine can be set to 'option' to enable TLS Upgrade. A more detailed section explaining TLS Upgrade would be helpful. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111588 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_ssl.html.en | 6 +++++- docs/manual/mod/mod_ssl.xml | 6 +++++- docs/manual/mod/quickreference.html.en | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/manual/mod/mod_ssl.html.en b/docs/manual/mod/mod_ssl.html.en index fe5ccc2c4b..7a08dda52d 100644 --- a/docs/manual/mod/mod_ssl.html.en +++ b/docs/manual/mod/mod_ssl.html.en @@ -537,7 +537,7 @@ SSLCryptoDevice ubsec

SSLEngine Directive

- + @@ -554,6 +554,10 @@ SSLEngine on
...
</VirtualHost>

+

New in Apache 2.1, 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.

top
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index b01721f22f..231374b1cf 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -468,7 +468,7 @@ SSLSessionCacheTimeout 600 SSLEngine SSL Engine Operation Switch -SSLEngine on|off +SSLEngine on|off|optional SSLEngine off server config virtual host @@ -486,6 +486,10 @@ SSLEngine on
...
</VirtualHost> +

New in Apache 2.1, 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.

diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 4400d5dfbe..427a58df30 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -485,7 +485,7 @@ proxied proxied resources - + - + -- 2.50.1
Description:SSL Engine Operation Switch
Syntax:SSLEngine on|off
Syntax:SSLEngine on|off|optional
Default:SSLEngine off
Context:server config, virtual host
Status:Extension
ProxyMaxForwards number 10 svE
Maximium number of proxies that a request can be forwarded through
ProxyPass [path] !|urlsvdE
Maps remote servers into the local server URL-space
ProxyPass [path] !|url [key=value key=value ...]]svdE
Maps remote servers into the local server URL-space
ProxyPassReverse [path] urlsvdE
Adjusts the URL in HTTP response headers sent from a reverse proxied server
ProxyPassReverseCookieDomain internal-domain public-domainsvdE
Adjusts the Domain string in Set-Cookie headers from a reverse- @@ -634,7 +634,7 @@ Client Auth
SSLCipherSuite cipher-spec ALL:!ADH:RC4+RSA:+H +svdhE
Cipher Suite available for negotiation in SSL handshake
SSLCryptoDevice engine builtin sE
Enable use of a cryptographic hardware accelerator
SSLEngine on|off off svE
SSL Engine Operation Switch
SSLEngine on|off|optional off svE
SSL Engine Operation Switch
SSLHonorCiperOrder flagsvE
Option to prefer the server's cipher preference order
SSLMutex type none sE
Semaphore for internal mutual exclusion of operations