Thanks for the reply. But this does not work either :(. Any other suggestion?
---------- From : Emmanuel Lecharny Re: retrieve SSLSession to check the client certificate validity Cédric LUCAS wrote: > Hello, > Hi Cédric, > Then, I bind a handler to this IOAcceptor, and I try to retrieve the > javax.net.ssl.SSLSession in the sessionCreated() method of the handler, doing > this: > Not sure that the SSLSession is injected into the session's attribute when the sessionCreated event is received. Can you check the very same but on the sessionOpened event ?
