AFAIK there is no builtin support for SSL connections between a connector and tomcat. Those parameters are for the communication between the connector and apache: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html#s4
Two alternative solutions: - Use a VPN - Use a SSH Daemon with port forwarding. > -----Urspr�ngliche Nachricht----- > Von: Thomas Krebs [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 10. Juni 2002 17:35 > An: [EMAIL PROTECTED] > Betreff: Secure connection between Apache and Tomcat > > > Can I setup Apache and Tomcat in a way that Apache that the > connection between > Apache and Tomcat can be considered as secure, e.g. SSL > In a guideline concerning the setup of Apache/Tomcat with > SSL, I saw references > to mod_jk parameters like JkExtractSSL, JkHTTPSIndicator,... > What is the exact meaning of those parameters, do they > "extend" a SSL session > established by the Apache server to Tomcat? > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
