RE: SSL and client-authentication with smartcard

2009-01-10 Thread Mark Thomas
> From: Benoit Maupas [mailto:bmau...@yahoo.fr] > > I am using Tomcat with SSL and client-authentication by smartcard. My > application uses Struts2 and Spring-Security. I would like to : > 1/ get current SSL session retrieved from session-id There isn't (at the moment) a direct relationship. Ver

SSL and client-authentication with smartcard

2009-01-09 Thread Benoit Maupas
I am using Tomcat with SSL and client-authentication by smartcard. My application uses Struts2 and Spring-Security. I would like to : 1/ get current SSL session retrieved from session-id 2/ close current SSL session in order to force end-user to typein again his pin code (i.e. a logout function)