-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
None
Using the following code to connect to a server:
final URI uri = URI.create("wss://localhost:8443/wss1_war_exploded/websocket"); MyClientEndpoint clientEndpoint = new MyClientEndpoint(); Session session = ContainerProvider.getWebSocketContainer().connectToServer(clientEndpoint, uri);
I'm getting this exception
java.lang.IllegalArgumentException: XNIO000100: 'https' URL scheme chosen but no SSL provider given
Any helps ? Thanks.