Search code examples
javawebsocketjetty-9

JAVA Jetty 9 Websocket SSL


Does anybody have a clue about how to set up WebSocketContainer with Jetty implementation with SSL but without Hostname Verification? I want to skip the Hostname Verification.


Solution

  • Jetty has by default no Hostname Verification.