Re: Websocket (wss) connection issue (status 200 instead 101) between two nginx systems

2020-04-20 Thread YAGA
https://192.168.1.20:80/; I change this line with: proxy_pass https://192.168.1.20:80; Now, it works smoothly. The evil always comes from details… Thanks again Francis for your time and your assistance, Regards, YAGA Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287709,287727#msg

Websocket (wss) connection issue (status 200 instead 101) between two nginx systems

2020-04-18 Thread YAGA
“black box” everything works except the websocket, from my web browser I receive a status 200 but I should get 101 switching protocol. I’ve tried different setup without success. Please let me know what you think, Thanks a lot, Regards, YAGA The “black box” wss websocket uses 80 (which is not usual