We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 51020
    • 670 Posts
    Quote from: webo880 at Mar 21, 2018, 03:43 AM
    I have been struggling with the same issue for days now, trying just about everything that has be suggested without success, then I found the revoSSL 1.0.3-pl extra which seems to have solved the problem entirely. Also had a problem with some pages, not the manager, reverting to http which was a real problem for the website. The revoSSL extra also includes the option to include a tv to force any website page/s to https.

    This is great thanks - I will check it out!
      • 3749
      • 24,544 Posts
      Be sure to set the server_protocol System Setting to https if you haven't already.
        Did I help you? Buy me a beer
        Get my Book: MODX:The Official Guide
        MODX info for everyone: http://bobsguides.com/modx.html
        My MODX Extras
        Bob's Guides is now hosted at A2 MODX Hosting
        • 51020
        • 670 Posts
        Quote from: BobRay at Mar 21, 2018, 03:00 PM
        Be sure to set the server_protocol System Setting to https if you haven't already.

        I ave this set already, but it's being ignored by Modx for some strange reason.
          • 3749
          • 24,544 Posts
          I have this in .htaccess. It's just below the www / non-www code and above FURL section. You might only need the first and last lines (though I don't think the others will hurt anything).

          RewriteCond %{SERVER_PORT} !^443
          RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
          RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
          RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$
          RewriteRule (.*) https://yoursite.com/$1 [R=301,L]
            Did I help you? Buy me a beer
            Get my Book: MODX:The Official Guide
            MODX info for everyone: http://bobsguides.com/modx.html
            My MODX Extras
            Bob's Guides is now hosted at A2 MODX Hosting