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

Hello, 
     Should'nt HttpsURLConnection come in picture for outbound requests? My question is related to inbound calls.
Please clarify. 
Thanks.

Sent from my iPhone

On Jan 10, 2012, at 4:49 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:

> 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
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top