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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -