我正在使用SSL在nginx中设置Websocket。这是示例代码:
应用代码:
<phone:PhoneApplicationPage
shell:SystemTray.IsVisible="True"
Style="{StaticResource SystemTrayStyle}">
nginx.conf:
...
var conn = new ab.Session('wss://domain.com',
...
在此步骤之前,Websocket已连接到服务器。但我尝试访问https://domain.com的时候我已经能够访问https://domain.com/index.html。资产有400个错误。 我如何修复400错误?