Peter thank you; this part is clear to me now. Few more clarification:

> and remove [certs] from tomcat servers???
No need - they're not doing any harm, they just won't be used in your
environment.

So in server.xml, I can leave the <Connector SSLEnabled="true"
port="8443"...other other SSL related attributes.../> ???

Also, my current AJP connection is like this:

    <Connector port="8009" address="${jboss.bind.address}"
protocol="AJP/1.3"
         emptySessionPath="true" enableLookups="false" redirectPort="8443"
/>

Do I need another connector in server.xml for mod_jk worker to forward HTTPS
traffic???




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-- 
View this message in context: 
http://www.nabble.com/SSL-HTTPS-forwarding-under-Apache-%2B-mod_jk-%2B-tomcat-tp17817647p25868827.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to