I have httpd running on SSL with load balancer configured with two
JBoss app servers running behind. Now my incoming request from the external world would be on
https:// layer whereas I want the internal redirection from httpd to jboss should happen on
http://. If not, at least I should be able to use the same openSSL certificate which I am using for httpd.
Can I get some views on this proble? Any pointers would be more than welcome!