Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] how to set custom Trust Manager in embedded jetty in eclipse

Hi,
   I would like to setup a custom Trust manager other than the default Trust Manager that comes with Java Platform. 
   I am designing my Trust Manager by implementing javax.net.ssl.X509TrustManager interface. Now I want to plug this Trust Manager in embedded jetty so that this new Trust Manager is used during SSL hand shake in jetty.
   Any ideas or leads on how to do this would be quite useful for me.

Regards,
Gaurav  

Back to the top