nginx設定ssl代理出這問題。 。 。
为情所困
为情所困 2017-05-16 17:15:36
0
1
393

這是我設定內容:

upstream for_ssl {
server 127.0.0.1:1234;
}
proxy_pass http :// for_ssl;

下面是發生的錯:

400 Bad Request
Sec-WebSocket-Key not found.
This is a WebSocket service and can not be accessed via HTTP.

求高人指點。 。

为情所困
为情所困

全部回覆(1)
左手右手慢动作

nginx對長連接做代理的時候有個協議升級的概念
加上這段代碼就沒問題了,允許協議升級

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板