RE: client ssl renegotiation after invalidating session

2016-02-01 Thread George Stanchev
, February 01, 2016 2:17 AM To: Tomcat Users List Subject: Re: client ssl renegotiation after invalidating session Thank you very much for your reply, I tried your solution on APR, NIO and BIO connectors but it seems my problem comes from somewhere else. From what I could gather, it is a matter of

Re: client ssl renegotiation after invalidating session

2016-02-01 Thread Gael Abadin
; Sent: Friday, January 29, 2016 10:33 AM > To: Tomcat Users List > Subject: client ssl renegotiation after invalidating session > > I want to invalidate the client ssl cert authentication after the user > logs out of my application. > > There is nothing about it in the docs and

RE: client ssl renegotiation after invalidating session

2016-01-29 Thread George Stanchev
-Original Message- From: Gael Abadin [mailto:gael.aba...@imatia.com] Sent: Friday, January 29, 2016 10:33 AM To: Tomcat Users List Subject: client ssl renegotiation after invalidating session I want to invalidate the client ssl cert authentication after the user logs out of my

client ssl renegotiation after invalidating session

2016-01-29 Thread Gael Abadin
I want to invalidate the client ssl cert authentication after the user logs out of my application. There is nothing about it in the docs and google just digs out this unanswered old thread from this users list in 2007: https://mail-archives.apache.org/mod_mbox/tomcat-users/200706.mbox/%3c306958.8

client ssl renegotiation after invalidating session

2007-06-18 Thread atul
Is there a way in tomcat to re-negotiate client certificate after the http session has been invalidated (it had been successfully authenticated once before) in the app. i.e. without closing and starting a new client browser. I tried accessing request attributes javax.servlet.request.X509Certifica