From: kkolinko Date: Fri, 30 Oct 2009 06:37:47 +0000 (+0000) Subject: Fix a documentation bug: X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7f920cb19e764e04b3b65b8764d5a8e6efac45c8;p=tomcat7.0 Fix a documentation bug: To enable SSL in TC 6.0 and later you set SSLEnabled=true, not secure=true as it was in TC 5.5. Also added a phrase about secure and schema attributes. The text is nearly identical to the one in the SSLEnabled attribute description above on the same page. If anyone has a better phrase, you are welcome. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@831212 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index 2caa230e0..d20865dfd 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -675,8 +675,14 @@

You can enable SSL support for a particular instance of this - Connector by setting the secure attribute to - true. In addition, you may need to configure the following + Connector by setting the SSLEnabled attribute to + true.

+ +

You will also need to set the scheme and secure attributes + to the values https and true respectively, + to pass correct information to the servlets.

+ +

In addition, you may need to configure the following attributes: