Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to configure Custom Host Name Verifier in Jetty server

Hi,

On Wed, Jan 4, 2012 at 18:05, sanjeev tripathi <ysanjeev@xxxxxxxxx> wrote:
>
> Hello,
>
>          Is there any way to set Custom Host Name Verifier in Jetty Server for inbound/ incoming 2 way ssl requests? I want to ignore ssl host name verification by jetty server for ssl certificates presented by client during 2 way ssl incoming requests.
>

Currently there is no way to set a HostnameVerifier, as Jetty does not
use HttpsURLConnection and does not offer such functionality.

You may want to file a feature request at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty

Thanks,

Simon
--
http://cometd.org
http://intalio.com
http://bordet.blogspot.com
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top