[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Apache HTTPD + mod_jk +ssl+Jboss

igain do-not-reply at jboss.com
Wed Sep 12 12:03:32 EDT 2007


I did configure crt and key file in apache however when request is going to tomcat it is no appearing as https://

It is coming as http://.

I tried with following rewrite rule in .htaccess file but still it is coming as http:// it's not able to write as https

RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{SERVER_NAlME}%{REQUEST_URI} [R,L]

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083548#4083548

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083548



More information about the jboss-user mailing list