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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...