Firefox Websocket security issue

后端 未结 6 862
借酒劲吻你
借酒劲吻你 2020-12-02 15:36

We have a websocket server on port 8080 setup on a Linode box. Chrome and Opera work just fine. Firefox however complains that the operation is insecure.

\"The opera

6条回答
  •  隐瞒了意图╮
    2020-12-02 16:08

    This is a hunch based off limited info, and I probably should put this into a comment, but I don't have enough reputation points to do that yet.

    Looking at your log, it seems as if 24 seconds are passing from the receipt of [object Websocket] (time 17:46:36.683) until you get The connection to ws://.....(time 17:47:00:952) error message.The long delay leads me to believe that the server could be timing out and closing the websocket connection. Look at this answer for a potential solution.

提交回复
热议问题