We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46039
    • 76 Posts
    This is a head scratcher for me. A lot of people have been reporting page load errors, and when I finally saw it myself I was surprised to see that all base relative resources - using base_url - were being requested over HTTPS and failed. This is cached, so unfortunately it's a serious issues, not a one time annoyance.

    I looked at the way $_SERVER['HTTPS'] is read in the config and it all seems legit. Is this a known issue, or should I be looking at my server?

    I can't even imagine how a server would randomly return a value for $_SERVER['HTTPS'].

    Any help much appreciated. [ed. note: johnnyp last edited this post 11 years, 3 months ago.]
      • 46039
      • 76 Posts
      After writing this I realised that I CAN make the system setting call uncached and make this a "one time annoyance"; however I'd still like to know why this randomly happens!