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" '
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:
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
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";
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
>
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
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