Apache Redirect to Jboss SSL
Posted
by Rick
on Server Fault
See other posts from Server Fault
or by Rick
Published on 2010-04-06T14:48:16Z
Indexed on
2010/04/06
14:53 UTC
Read the original article
Hit count: 705
I'm trying to have an SSL Connection to an Apache server on port 443 which I want to use to proxy connections to a JBoss server on a different port.
The SSL certificates sit on the Jboss server not on the Apache server. Is it possible to redirect HTTPS traffic from Apache to the Jboss Server and have the JBoss server do the SSL handshake?
The Apache server must be able to redirect HTTPS traffic for two different URLS. One for a secure site. The other for access to web services. By the way I'm using it mutual authentication, if that makes any difference.
What does the Apache config file need to contain? or are there any good example of this out there?
Thanks
© Server Fault or respective owner