Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS
使用https是出现这个错误 尝试了把ws改成wss报错没有了但还是链接不上
//链接WorkerMan
ws = new WebSocket('ws://IP:7272/ws');
Mixed Content: The page at 'https://域名' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws://ip:7272/ws'. This request has been blocked; this endpoint must be available over WSS.
Uncaught DOMException: Failed to construct 'WebSocket': An insecure WebSocket connection may not be initiated from a page loaded over HTTPS
workerman 4.1.10