Re: Websocket is not working with Nginx Reverse Proxy

2021-09-22 Thread Sergey A. Osokin
On Mon, Sep 20, 2021 at 11:17:55PM -0400, blason wrote: > Bummer!! I am not that pro - but would really appreciate if you can give me > certain reference links or configuration? Please Here's the new log format: log_format bummer '$remote_addr - $remote_user [$time_local] "$request" '

Re: Websocket is not working with Nginx Reverse Proxy

2021-09-20 Thread blason
Bummer!! I am not that pro - but would really appreciate if you can give me certain reference links or configuration? Please Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292420,292447#msg-292447 ___ nginx mailing list nginx@nginx.org http:

Re: Websocket is not working with Nginx Reverse Proxy

2021-09-20 Thread Sergey A. Osokin
On Sun, Sep 19, 2021 at 10:30:42PM -0400, blason wrote: > Well - I tried that as well > > > location /SNX/ { > proxy_pass https://websocket; > proxy_http_version 1.1; > proxy_set_header Upgrade $http_upgrade; > proxy_set_header Connection $connection_upgrade; > pro

Re: Websocket is not working with Nginx Reverse Proxy

2021-09-19 Thread blason
Well - I tried that as well location /SNX/ { proxy_pass https://websocket; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_set_header Connection "Upgrade";

Re: Websocket is not working with Nginx Reverse Proxy

2021-09-19 Thread Sergey A. Osokin
Hi, On Sun, Sep 19, 2021 at 01:35:02PM -0400, blason wrote: > Hi Team, > > I am trying to add nginx reverse proxy behind Check Point Mobile access > portal which is a SSL VPN portal. Somehow this not working and when I > captured and analyzed the har file I observed that the portal is accepting >

Re: Websocket is not working with Nginx Reverse Proxy

2021-09-19 Thread blason
My bad - Just a typo with this topic. I want to add Nginx reverse proxy in front of my checkpoint mobile access portal not behind Posted at Nginx Forum: https://forum.nginx.org/read.php?2,292420,292421#msg-292421 ___ nginx mailing list nginx@nginx.org

Websocket is not working with Nginx Reverse Proxy

2021-09-19 Thread blason
Hi Team, I am trying to add nginx reverse proxy behind Check Point Mobile access portal which is a SSL VPN portal. Somehow this not working and when I captured and analyzed the har file I observed that the portal is accepting websocket calls. I tried implementing the same with nginx but I am still