Re: https server behind apache

2011-07-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Angelo, On 7/18/2011 4:55 AM, AngeloChen wrote: > 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/ Pro

Re: https server behind apache

2011-07-18 Thread André Warnier
AngeloChen wrote: Hi, I set up a virtual host for ssl in apache, We will assume that you know what you are doing, but just as a reminder : HTTPS and VirtualHosts are not really compatible. You can make it work, but only with one name-based VirtualHost. If you are not sure or do not underst

https server behind apache

2011-07-18 Thread AngeloChen
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