Forum Discussion

NGene's avatar
NGene
Initiate
Jan 19, 2020
Solved

(working) Nginx config for ProSAFE plus switches

Hi guys, this issue has been bugging me for a while and I couldn't find an answer. Decided to share a solution with the community, so that others don't have to bang their head against the wall.   I...
  • NGene's avatar
    Jan 19, 2020

    Found a better way to pass the cookies to the switch, Instead of a specific SID cookie, all of them can be passed via the following command: 

    proxy_set_header Cookie $http_cookie;
    Feel free to try this instead of: proxy_set_header Cookie "SID=$cookie_SID";