Hi,
I installed SSL on Apache and now HTTPS works fine over mod_jk.
But now I got SSL installed on all servers, apache and each Tomcat (JBoss)
as well, see excerpt from my server.xml files from Tomcat. If I remove
reference to SSL certificate from server.xml, HTTPS via apache (mod_jk)
doesn't. M
Thanks heaps. I will attempt it and report back in a couple of days. I had a
hard time, for over a week now, trying to get these answers from our open
source support ppl.
--
View this message in context:
http://www.nabble.com/SSL-HTTPS-forwarding-under-Apache-%2B-mod_jk-%2B-tomcat-tp17817647p25
Peter thank you; this part is clear to me now. Few more clarification:
> and remove [certs] from tomcat servers???
No need - they're not doing any harm, they just won't be used in your
environment.
So in server.xml, I can leave the ???
Also, my current AJP connection is like this:
Do I
leave SSL on tomcat servers, and just tell apache
to forward all HTTPS to tomcats just like HTTP. My tomcat servers will
handle the workload fine with https. Can it be done? and how?
Thanks heaps,
Tezza
--
View this message in context:
http://www.nabble.com/SSL-HTTPS-forwarding-under-Apache-