SSL Connection between Apache and Tomcat

2002-02-06 Thread Sasvari, Zsolt
How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? I looked through the mailing list archive and didn't find any answers. Has anybody something idea? Thanks,

enforce clientAuth

2002-02-06 Thread Sasvari, Zsolt
I'm using Tomcat 3.3 and I configured an SSL connection. It works. Then I set clientAuth=true for the http connector but nothing changed. Tomcat didn't require a client cert or anything when I access from browser. How can I enforce the client authentication? Any idea? Thanks, Zsolt Sasvari --

FW: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
How can I set a secure connection between Apache and Tomcat? As I see the Ajp connetor is not SSL enabled. Then how secure will be a system if Tomcat runs in different machine from Apache? Somebody said there is your firewall. But 90% of attackers come from inside thus it is not a good answer.

RE: SSL Connection between Apache and Tomcat

2002-02-11 Thread Sasvari, Zsolt
: RE: SSL Connection between Apache and Tomcat Hi To start with you will need to build apache so that the mod_ssl module is installed and working. See the apache websites for details ... Regards Pete [END] -Original Message- From: Sasvari, Zsolt [mailto:[EMAIL PROTECTED]] Sent: Wednesday

realm parameter from config file

2002-04-22 Thread Sasvari, Zsolt
How can I read a realm parameter from a Realm class? For example I have a TestRealm that I have set for my webapp: TestRealm something=anything / How can I get the value of parameter something from the TestRealm class? Thanks, Zsolt -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional