Jason Lanpher wrote:
Hi all,
I have a question for all of you network admins out there. I am
wondering if it is possible to share an ssl key between both Apache 2.X and
Tomcat 5.X if they are connected via mod jk. Is this possible or does each
server have to have its own ssl key?
Hi:
I am not an expert but just a thought. Apache is proxing to tomcat (I assume
that both at the same server) if this comunication is internal, the browser
(user) just contact apache thru an enchripted comunication (https) and apache
determines what to do, am I right? why do you need the inte
You should be able to use the same key for both Apache and Tomcat.
However...
If you're using Apache to forward all requests to Tomcat via mod_jk then it
is my understanding that you do not need SSL for Tomcat.
Apache would handle all the the ssl part and then forward a normal request
to Tom