error prompt: WebSocket connection to "wss:// (URL): 2346" failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
I think it may be the certificate
Source code input: ws = new WebSocket ("wss:// (URL: 2346");
if you connect to a website that is http, use: ws = new WebSocket ("ws://: 2346"); you can remove s. I understand that.
now it is stuck on the connection https. The server is the pagoda. The linux, server is the Ali cloud server, and the nginx1.12,
.is based on php"s TP5.0 framework, and is installed with ThinkPHP5"s workerman extension officially developed by ThinkPHP
Thank you very much!