Hi,

I set up a virtual host for ssl in apache, www.sample.com, it uses mod_proxy
to redirect to a tomcat server:

ProxyPass /  https://localhost:8443/
ProxyPassReverse / https://localhost:8443/
ProxyPreserveHost on

SSLEngine on
SSLProxyEngine on

SSLCertificateFile /etc/httpd/sample.crt
SSLCertificateKeyFile /etc/httpd/sample.key

do I need a jks in the tomcat side? Thanks,

Angelo


-- 
View this message in context: 
http://old.nabble.com/https-server-behind-apache-tp32081628p32081628.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