Jump to content

Artistan

Approved members
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    Artistan got a reaction from andrewatfornax in Insecure Cookies Warnings - Non-SSL Cookies   
    Our load balancer forwards requests to the web servers via port 80 (insecure on the local network)
    due to that, the web server + Revive does not automatically know that is should be serving secure links and cookies.
    In order to resolve this we had to add a forwarded header to the load balancer that tells the server + Revive code that the connection is secure from the users browser.
    search for `function setupConfigVariables` in the code to see what i am talking about, there are many different server settings to allow `$GLOBALS['_MAX']['SSL_REQUEST'] = true;`
  2. Upvote
    Artistan got a reaction from andrewatfornax in Insecure Cookies   
    looks like this may be fixed inĀ 
    Revive Adserver 5.0.4
×
×
  • Create New...