XirSys WebRTC 安全连接
XirSys WebRTC secure connection
- 设置我的 simplewebrtc.html 视频聊天室
- Google Chrome 浏览器决定不再支持 http 连接(仅限 https)
- 我获得了我的 SSL 证书 - 但最终遇到了这个问题...
Mixed Content: The page at 'https://myURL.com/xsdk-master/examples/simplewebrtc.php?roomName=767' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://endpoint02.uswest.xirsys.com:8080/socket.io/1/?t=1450578074425'. This request has been blocked; the content must be served over HTTPS.
似乎不言自明我需要在 XirSys 端使用安全端点,但是
我试着联系专家@xirsys.com - 他们会在 2015 年 12 月 28 日之前离开。有人知道是否存在安全端点吗?请提供任何帮助,我们将不胜感激!
您需要将端点上的端口更新为 443。您使用的 8080 端口将无法在安全页面上使用。
此致,
李
- 设置我的 simplewebrtc.html 视频聊天室
- Google Chrome 浏览器决定不再支持 http 连接(仅限 https)
- 我获得了我的 SSL 证书 - 但最终遇到了这个问题...
Mixed Content: The page at 'https://myURL.com/xsdk-master/examples/simplewebrtc.php?roomName=767' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://endpoint02.uswest.xirsys.com:8080/socket.io/1/?t=1450578074425'. This request has been blocked; the content must be served over HTTPS.
似乎不言自明我需要在 XirSys 端使用安全端点,但是 我试着联系专家@xirsys.com - 他们会在 2015 年 12 月 28 日之前离开。有人知道是否存在安全端点吗?请提供任何帮助,我们将不胜感激!
您需要将端点上的端口更新为 443。您使用的 8080 端口将无法在安全页面上使用。
此致, 李