Open h3adache opened 7 years ago
The same problem also occurs when the certificate is not "trustworthy". I tried it with an old version of the JDK which does not trust letsencrypt yet, and got the same error.
An appropriate exception would be good here.
This is fixed in TooTallNate/Java-WebSocket now https://github.com/TooTallNate/Java-WebSocket/milestone/7
Thanks for letting us know! We'll get out a release very shortly
SSL cert was installed using the instructions from deepstream tutorials
Everything works fine but when the cert expired and client tries to connect. I get a
BufferOverflowException
without any other error/information and not any indication what the error was.There's a possibly related issue on TooTallNate/Java-WebSocket#380