socketio / socket.io-client-java

Full-featured Socket.IO Client Library for Java, which is compatible with Socket.IO v1.0 and later.
https://socketio.github.io/socket.io-client-java/installation.html
Other
5.32k stars 972 forks source link

Missing option in the IO.Options #701

Closed champymarty closed 2 years ago

champymarty commented 2 years ago

I need the rejectUnauthorized : false . Without it, I cannot connect to my javascript server(I tried with the javascript version).

I dont find that option in the java version. What Can I do ?

darrachequesne commented 2 years ago

For future readers:

I've added it in the documentation here: https://socketio.github.io/socket.io-client-java/initialization.html#Trust_all_certificates

Please reopen if needed.