See the customize method on SslSelectChannelConnector <https://github.com/eclipse/jetty.project/blob/jetty-8/jetty-server/src/main/java/org/eclipse/jetty/server/ssl/SslSelectChannelConnector.java#L103-L113>, which can be extended, but it does already call customize on SslCertificates <https://github.com/eclipse/jetty.project/blob/jetty-8/jetty-server/src/main/java/org/eclipse/jetty/server/ssl/SslCertificates.java#L105-L144>, which may do what you want already.
cheers On 6 April 2016 at 09:05, Pranay Dalmia <[email protected]> wrote: > 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 > -- Greg Wilkins <[email protected]> CTO http://webtide.com
_______________________________________________ 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
