RE: ssl deployment recommendations

2005-11-26 Thread Carl Olivier
deployment recommendations Chris Pat wrote: > Sorry I was not clear. It is for inbound connections to client > browsers. Where do I begin? I assume I need to front it with Apache > which means modjk, correct? Why would you assume that? You need to configure your server.xml's Conn

Re: ssl deployment recommendations

2005-11-26 Thread Hassan Schroeder
Chris Pat wrote: > Sorry I was not clear. It is for inbound connections > to client browsers. Where do I begin? I assume I > need to front it with Apache which means modjk, > correct? Why would you assume that? You need to configure your server.xml's Connector elements properly and install y

Re: ssl deployment recommendations

2005-11-26 Thread Chris Pat
Hi Hassan Sorry I was not clear. It is for inbound connections to client browsers. Where do I begin? I assume I need to front it with Apache which means modjk, correct? tia. --- Hassan Schroeder <[EMAIL PROTECTED]> wrote: > Chris Pat wrote: > > > I am setting up a cc processing component of

Re: ssl deployment recommendations

2005-11-25 Thread Hassan Schroeder
Chris Pat wrote: > I am setting up a cc processing component of my > application. Can anyone recommend how to deploy the > ssl layer? I'm not sure what your question is; are you talking about setting up Tomcat to use SSL for inbound connections, or doing encrypted *outbound* requests from your

ssl deployment recommendations

2005-11-25 Thread Chris Pat
Hello I am setting up a cc processing component of my application. Can anyone recommend how to deploy the ssl layer? Do I do it from Tomcat w/Struts ssl? I assume that would require me to config Tomcat to send out over 443. Do I configure ssl at the Apache layer and use mod jk? This will leave