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
Post a Comment