ssl - Google Chrome 54 Websocket Self-Signed Certificates -


apparently, chrome 54.0 not work anymore websocket towards server uses self-signed certificate (secure websockets). console log keeps saying "websocket failed, handshake cancelled" confirm this? generated certificate with

openssl req  -nodes -new -x509  -keyout server.key -out server.cert 

same, long key:

openssl req  -nodes -new -x509  -newkey rsa:4096 -keyout  server.key -out server.cert 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -