- Add SSLEnabled to the example config.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 18:33:45 +0000 (18:33 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 6 Dec 2006 18:33:45 +0000 (18:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@483172 13f79535-47bb-0310-9956-ffa450edef68

conf/server.xml
res/confinstall/server_2.xml

index 7b3c5ae..cca161b 100644 (file)
@@ -49,7 +49,7 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <!--
-    <Connector port="8443" protocol="HTTP/1.1" 
+    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
                maxThreads="150" scheme="https" secure="true"
                clientAuth="false" sslProtocol="TLS" />
     -->
index 16eea60..7fdb793 100644 (file)
@@ -7,8 +7,8 @@
          connector should be using the OpenSSL style configuration
          described in the APR documentation -->
     <!--
-    <Connector port="8443" protocol="HTTP/1.1" 
-               maxThreads="150" scheme="https" secure="true"
+    <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" 
+               maxThreads="150" scheme="https" secure="true" 
                clientAuth="false" sslProtocol="TLS" />
     -->