Re: Requesting a SSL client certificate using ACTION_REQ_SSL_CERTIFICATE

2009-05-07 Thread André Cruz
On May 7, 2009, at 9:18 , Mark Thomas wrote: André Cruz wrote: Hello. I have a specific page in my site that uses ssl client certificates for authentication and the application itself does the cert validation. As the rest of the site does not use them I have clientAuth=false in my

Requesting a SSL client certificate using ACTION_REQ_SSL_CERTIFICATE

2009-05-06 Thread André Cruz
but then the browser always asks for a certificate which is not what I want. Wouldn't it be better to just set the want flag in the SSLSocket instead of need? Best regards, André Cruz

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat is to configure another Connector which would require a different

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection in servlet Your only other option for Tomcat

Re: Renegotiate SSL connection in servlet

2009-04-01 Thread André Cruz
On Apr 1, 2009, at 14:23 , André Cruz wrote: On Apr 1, 2009, at 14:21 , Mark Thomas wrote: André Cruz wrote: On Mar 31, 2009, at 22:17 , Mark Thomas wrote: Caldarale, Charles R wrote: From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Renegotiate SSL connection

Renegotiate SSL connection in servlet

2009-03-31 Thread André Cruz
? With or without APR? I'm running tomcat 6.0.18, java 6 on linux. Thanks and best regards, André Cruz - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Renegotiate SSL connection in servlet

2009-03-31 Thread André Cruz
On Mar 31, 2009, at 14:44 , Christopher Schultz wrote: On 3/31/2009 9:28 AM, André Cruz wrote: I'm coding a servlet that does SSL client cert authentication. The requests already arrive on a SSL connector but for this servlet in particular the SSL connection needs to be renegotiated to ask

Re: mod_jk and 304

2009-03-20 Thread André Cruz
Rainer Jung rainer.jung at kippdata.de writes: On 09.03.2009 18:07, Anthony J. Biacco wrote: Download the latest, configure, make, make install, check for new/deprecated directives in the jk docs, modify configs accordingly, reload apache. I'm running apache 2.2.9, mod_jk 1.2.27 and