Server doesn't do that, the client does. Joakim Erdfelt / [email protected]
On Wed, May 16, 2018 at 5:43 AM, Luis Morales Alcala < [email protected]> wrote: > > Dear All, > > Can someone help me with this problem? > > > > > > > > > > > > > > > > > ------------------------------ > *De:* Luis Morales Alcala > *Enviado:* miƩrcoles, 9 de mayo de 2018 16:38 > *Para:* [email protected]; [email protected] > *Asunto:* How to disable hostname validation on jetty embedded server 9.x > version > > > Dear all > Currently I have a Verison 9.3.x Embedded Jetty server working perfectly > offering websockets communications through port 8080 and through 8443 for > secure communications. > I need to disable the validation of the hostname as well as the > certificates but I can not disable it. > > I am using the method setTrustAll and setEndpointIdentificationAlgorithm(null) > but the hostname verification is still activated. > sslContextFactory.setTrustAll(true); > sslContextFactory.setEndpointIdentificationAlgorithm(null); > How can avoid it? > > Best regards > > > _______________________________________________ > jetty-dev 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-dev >
_______________________________________________ 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
