Can not established Websocket secure connection on Firefox

后端 未结 6 1601
傲寒
傲寒 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:35

    I've solved this problem adding a certificate exception in Firefox's advanced preferences.

提交回复
热议问题