【发布时间】:2018-06-14 10:21:22
【问题描述】:
我试图设置一个聊天脚本,但我收到了混合内容错误,因为我安装了 SSL
Mixed Content: The page at '<URL>' was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint 'ws:<URL>/websocket'. This request has been blocked; this endpoint must be available over WSS.
网站和聊天脚本托管在启用 SSL 的同一服务器上。
【问题讨论】:
标签: javascript ssl websocket web