Dear Steffen, > If you do not have that much SSL traffic, you can use > mod_proxy to forward requests to servlet containers using SSL! > You only need to install a low-bit certificate in your > container and make that certificate accepted by your apache. > It can even be self-signed. > However, your container will have request.isSecure() set to true!
I understand, that I simply make another https connection from apache to tomcat, am I correct? This sounds great! Can you explain: (1) how I make a certificate accepted by apache (2) how I make mod_proxy redirect requests from port 443 to my tomcat on port 8443 and request from port 80 to tomcat on port 8080 Thank you very much! Michal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
