netty-socketio-demo icon indicating copy to clipboard operation
netty-socketio-demo copied to clipboard

Please make SSL demo work

Open denis-zhdanov opened this issue 8 years ago • 5 comments

Ssl demo doesn't work at the moment:

  1. The server is successfully started (through the SslChatLauncherclass).

Unfortunately, the client (ssl-event-index.html)) doesn't work - the following is printed to console:

socket.io.js:2 GET https://localhost:10443/socket.io/?EIO=3&transport=polling&t=1484898108014-43 net::ERR_INSECURE_RESPONSE

denis-zhdanov avatar Jan 20 '17 07:01 denis-zhdanov

the same problem!

  • maybe the ssl client should take some config parameter, like password.

wirechen avatar Dec 15 '17 06:12 wirechen

The same issue.

Scharpeye avatar Jan 25 '18 14:01 Scharpeye

any success on this? please let me know. have posted another issue on the same - #38. No response yet.

I got my issue resolved. posting it here as it may be of any help to someone. issue38

sandeepk84 avatar Mar 08 '18 08:03 sandeepk84

I downloaded the demo today and I am unable to make it work for SSL. It is working for normal connection but for SSL Client is unable to connect with the server.

I am testing on my local machine not deployed to any remote server yet.

DroidUnknown avatar Jun 29 '18 08:06 DroidUnknown

It worked for me, since i was on local machine I had to allow permissions to ssl in my browser. No issue at all it worked perfectly.

DroidUnknown avatar Jun 29 '18 09:06 DroidUnknown