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

jetty-users-bounces@xxxxxxxxxxx wrote on 23/06/2016 09:53:17:

>
> 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.
>
> On Wed, Jun 22, 2016 at 11:07 AM, Alexander Farber
<alexander.farber@xxxxxxxxx
> > wrote:
>
> http://stackoverflow.com/questions/37967362/websocket-over-ssl-in-
> embedded-jetty-9
>
> 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 ?


If you suspect that there is a problem with the SSL/TLS handshake, perhaps
additional logging could help confirm this?
Please try setting the following JVM argument: -Djavax.net.debug=ssl
As described here:
http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html


Leo




*******************************************************************************************************
The information from the Student Loans Company Ltd contained in this e-mail is private and privileged. If you have received this e-mail in error be advised that any use is strictly prohibited. Please notify us and delete the message from your computer. You may not copy or forward it or use or disclose its contents to any other person. 

As internet communications are capable of data corruption it may be inappropriate to rely on advice or opinions contained in an e-mail without obtaining written confirmation of it. This footnote also confirms that this email message has been swept for the presence of computer viruses, however we do not accept any liability or responsibility for resultant virus infection. Opinions and views expressed in this e-mail are those of the sender and may not reflect the opinions and views of The Student Loans Company Limited.

The Student Loans Company Ltd registered office is at 21 St Thomas Street, Bristol, BS1 6JS and it is registered in England Company No. 02401034, VAT No. 556 4352 32. 
********************************************************************************************************


Back to the top