Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] WebSocket over SSL in Embedded Jetty 9

Thank you Joakim,

but unfortunately you have tried ws://127.0.0.1:8080
which already works and not the wss://127.0.0.1.8443

On Wed, Jun 22, 2016 at 10:38 PM, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:
I replied on your stackoverflow question.

Increasing -keysize of my self-signed certificate to 2048 bits does not help.

And my 3-years Thawte certificate is already 2048 bits strong.

Also I've tried the new Jetty 9.3.10.v20160621 version and the error is still there:

onWebSocketError: org.eclipse.jetty.io.EofException OR
onWebSocketError: java.nio.channels.ClosedChannelException

Should I submit a bug at https://bugs.eclipse.org ?

Regards
Alex




Back to the top