Hi, I'm using Jetty 8 for some legacy reasons and cannot easily upgrade to Jetty 9. I have a TLS setup where my client presents a TLS X.509 certificate which is then verified by the server. I want to get access to the certificate in my application. I see that there is a SecureRequestCustomizer <http://download.eclipse.org/jetty/9.3.7.v20160115/apidocs/org/eclipse/jetty/server/SecureRequestCustomizer.html> in Jetty 9. Is there a something similar in Jetty 8 or some work-around using which I can get the client's certificate? I tried googling, but didn't find anything useful.
Thanks Pranay
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
