Re: SSL client auth

2012-01-27 Thread Pid
id [mailto:p...@pidster.com] > Sent: Friday, January 27, 2012 4:20 AM > To: Tomcat Users List > Subject: Re: SSL client auth > > On 26/01/2012 17:37, Harish S K wrote: >> I am trying to open a https URL on IBM webshpere where ClientAuth is enabled. >> In response I was get

RE: SSL client auth

2012-01-26 Thread Harish S K
[mailto:p...@pidster.com] Sent: Friday, January 27, 2012 4:20 AM To: Tomcat Users List Subject: Re: SSL client auth On 26/01/2012 17:37, Harish S K wrote: > I am trying to open a https URL on IBM webshpere where ClientAuth is enabled. > In response I was getting HTTP 403 whereas the URL

Re: SSL client auth

2012-01-26 Thread Pid
On 26/01/2012 17:37, Harish S K wrote: > I am trying to open a https URL on IBM webshpere where ClientAuth is enabled. > In response I was getting HTTP 403 whereas the URL can be accessed through > http. On debugging further, it looks like the client is not sending the > client certificate in res

SSL client auth

2012-01-26 Thread Harish S K
I am trying to open a https URL on IBM webshpere where ClientAuth is enabled. In response I was getting HTTP 403 whereas the URL can be accessed through http. On debugging further, it looks like the client is not sending the client certificate in response to server's request. In some forum somebo

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

SSL Client Auth through tomcat

2010-03-18 Thread rangeli nepal
Good Morning Everybody, Currently I am trying set up a tomcat instance so that it can access web service by accepting server side certificate and pass the client side cert to server. I am not sure how to do it, I thought one way would be to set CATALINA_OPTS="-Djavax.net.ssl.trustStore= -Djavax

Custom SSL client auth

2008-05-29 Thread Andreas Huelsing
Hi there, i have to use SSL with client auth for my webservice running on tomcat 5.5 using axis2. The Problem is, that i have to validate the client certificates using some customized classes. I tried to write a custome TrustManager, TrustManagerFactory and a Provider returning registering (

Re: Handling SSL Client Auth abort

2007-05-10 Thread Subscriber
Hi Bill, Thanks for your answer. I've tried to download the source code for Tomcat 5.5.23, but I can't find a JIO Connector. Is JIO an abbrevation for something? Can you point me to a place, where I can find the source code and possibly make my own patch? regards, kews Bill Barker wrote: "S

Re: Handling SSL Client Auth abort

2007-05-07 Thread Bill Barker
"Subscriber" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > >>> ...unfortunately I never get that far where I can catch the exception. >>> The exception is thrown within Tomcat and in my application code. > > >> (I'll assume there's a rather critical "not" missing from the l

RE: Handling SSL Client Auth abort

2007-05-07 Thread Caldarale, Charles R
> From: Subscriber [mailto:[EMAIL PROTECTED] > Subject: Re: Handling SSL Client Auth abort > > This is OK - but how do I put custom code into the Tomcat? Download and modify the source. > I've already coded a custom realm for the purpose of > verifying the certifi

Re: Handling SSL Client Auth abort

2007-05-07 Thread Subscriber
Hi, ...unfortunately I never get that far where I can catch the exception. The exception is thrown within Tomcat and in my application code. > (I'll assume there's a rather critical "not" missing from the last clause in the above sentence.) Of course - NOT in my application code :-) If the

Re: Handling SSL Client Auth abort

2007-05-03 Thread Subscriber
bject: Handling SSL Client Auth abort Hi guys, When a client cancels a SSL Client Auth request, Tomcat ends the request and it's not possible to "catch" this error - Does anybody have a solution to this problem? Regards, kews

RE: Handling SSL Client Auth abort

2007-05-03 Thread Caldarale, Charles R
> From: Subscriber [mailto:[EMAIL PROTECTED] > Subject: Re: Handling SSL Client Auth abort > > ...unfortunately I never get that far where I can catch the > exception. > The exception is thrown within Tomcat and in my application code. (I'll assume there's a rather

Re: Handling SSL Client Auth abort

2007-05-03 Thread Martin Gainty
: "Subscriber" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, May 03, 2007 7:35 AM Subject: Handling SSL Client Auth abort Hi guys, When a client cancels a SSL Client Auth request, Tomcat ends the request and it's not possible to "catch" t

Handling SSL Client Auth abort

2007-05-03 Thread Subscriber
Hi guys, When a client cancels a SSL Client Auth request, Tomcat ends the request and it's not possible to "catch" this error - Does anybody have a solution to this problem? Regards, kews - To start a ne