Can not established Websocket secure connection on Firefox

后端 未结 6 1606
傲寒
傲寒 2020-12-06 11:03

I am stucked with Firefox. I could not make Websocket work on it. I use Tornado Websocket and I initialized it by code below:

app = Application([(r\'/mypath/         


        
6条回答
  •  粉色の甜心
    2020-12-06 11:36

    Try to open this url https://websocket.localhost/mypath/ws in firefox and accept certificate first.

提交回复
热议问题