Re: SSL Client Auth through tomcat

2010-03-19 Thread Hassan Schroeder
On Fri, Mar 19, 2010 at 8:18 AM, rangeli nepal wrote: > Suppose there is link( https://B)   provided on an web application > hosted at A (tomcat server) that access service on B which through a > response.redirect(https://B...) > Once user clicks that link  a encrypted channel is established

Re: SSL Client Auth through tomcat

2010-03-19 Thread rangeli nepal
Thank you. That is something I am not clear about. Suppose there is link( https://B) provided on an web application hosted at A (tomcat server) that access service on B which through a response.redirect(https://B...) Once user clicks that link a encrypted channel is established between A an

Re: SSL Client Auth through tomcat

2010-03-19 Thread André Warnier
rangeli nepal wrote: Thank you for your response. I would have definitely not written to this group, if my question would just related to SSL terminating on Apache. Here is my scenario: ___ | |

Re: SSL Client Auth through tomcat

2010-03-19 Thread rangeli nepal
Thank you for your response. I would have definitely not written to this group, if my question would just related to SSL terminating on Apache. Here is my scenario: ___ | | | | |A

Re: SSL Client Auth through tomcat

2010-03-18 Thread Albert Tumanov
If your SSL terminates on Apache then you are obviously in the wrong mailing list :) You have nothing to configure in Tomcat. On Thu, Mar 18, 2010 at 7:20 PM, rangeli nepal wrote: > Good Morning Everybody, > > Currently I am trying set up a tomcat instance so that it can access web > service b