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

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread Albert Tumanov
I've registered a bug on that, with all needed files to reproduce. https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-25 Thread Albert Tumanov
> Are you keeping an SSL connection for a long time? Or, do you mean that > if you wait for slightly longer than 1 minute after the last SSL request > to make another one, the client certificate does not get delivered to > Tomcat? The latter one :) >> 1) go to https://localhost:8443/ssltest, it w

Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-22 Thread Albert Tumanov
Dear colleagues, I'm chasing a strange problem with Tomcat + SSL + APR + Firefox. Namely, the setup works perfectly (i.e. the client certificate is sent and the servlet application can get it). But if I allow the SSL connection to time out (it happens 1 minute after the last request), the servlet

Fwd: HTTP/1.1 400 no host matches server name

2008-06-11 Thread Albert Tumanov
Just to help others to resolve the problem. I've encountered the above error after deployment of new version of webapp on Tomcat 5.5 running under Apache 2.0/mod_jk. After some investigation, I've found out the reason: the context name of the webapp was misspelled. So, mod_jk is configured to re