【发布时间】:2015-07-15 02:50:24
【问题描述】:
我正在使用 ssl 与 websocket 通信。
所以我在我的javascript代码中添加了安全通信,就像"wss://myip"
午餐时从我的页面与https://myip 进行 websocket 通信
我收到以下错误。
failed: Error in connection establishment: net::ERR_SSL_PROTOCOL_ERROR
我在一台 linux 机器上使用 lighttpd 服务器和 chrome navigator。
谁能帮帮我?提前谢谢
【问题讨论】:
标签: javascript html ssl https websocket