Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to access client's TLS certificate with Jetty 8?

See the customize method on SslSelectChannelConnector, which can be extended, but it does already call customize on SslCertificates, which may do what you want already.

cheers


On 6 April 2016 at 09:05, Pranay Dalmia <pranaydalmia@xxxxxxxxx> 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 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
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users



--

Back to the top