修改为HTTPS的SocketStream演示应用程序失败连接

时间:2013-08-31 14:16:55

标签: https socketstream

使用版本3.5。

该演示应用程序适用于默认的HTTP设置。我在他们的幻灯片之旅中遵循了HTTPS使用建议并且它起作用 - 或者似乎。页面已正确提供,但聊天消息不会发布。打开控制台,每隔几秒钟重复这些消息,直到countout:

Connection down :-( entry.coffee?ts=1377958052923&pathPrefix=app:9
GET https://localhost/engine.io/default/?uid=87789528630674353598151356&transport=polling  system?ts=1377958052923:2337
Request.create system?ts=1377958052923:2337
Request system?ts=1377958052923:2269
XHR.request system?ts=1377958052923:2216
XHR.doPoll system?ts=1377958052923:2245
Polling.poll system?ts=1377958052923:2527
Polling.doOpen system?ts=1377958052923:2471
(anonymous function)

entry.coffee没有任何内容,但记录功能。这就是找到Connection down :-(的地方,由ss.server.on disconnect触发。

1 个答案:

答案 0 :(得分:0)

这里的问题是,如果您正在运行HTTPS服务器,那么您将需要侦听端口443.