Websocket - Nginx代理传递400 Bad Request

时间:2015-06-16 07:25:39

标签: nginx websocket

我正在使用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错误?

0 个答案:

没有答案