Fix a documentation bug:
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Oct 2009 06:37:47 +0000 (06:37 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Fri, 30 Oct 2009 06:37:47 +0000 (06:37 +0000)
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

webapps/docs/config/http.xml

index 2caa230..d20865d 100644 (file)
   <subsection name="SSL Support">
 
   <p>You can enable SSL support for a particular instance of this
-  <strong>Connector</strong> by setting the <code>secure</code> attribute to
-  <code>true</code>.  In addition, you may need to configure the following
+  <strong>Connector</strong> by setting the <code>SSLEnabled</code> attribute to
+  <code>true</code>.</p>
+
+  <p>You will also need to set the <code>scheme</code> and <code>secure</code> attributes
+  to the values <code>https</code> and <code>true</code> respectively,
+  to pass correct information to the servlets.</p>
+
+  <p>In addition, you may need to configure the following
   attributes:</p>
 
   <attributes>