CORNERSTONE: http/https mismatch error

Hi team,

I was wondering if any of you are online today and able to help me out with this http/https mismatch error that cornerstone is suddenly throwing up. We aren’t able to load any posts via cornerstone because of it. So far i’ve purged caches, and set the Let’s Encrypt SSL to “Secure all URLs” - still no luck and cant find much on this error in forum.

This happened after a Cornerstone update.

Thanks,
Vaughan

Hi There,

Thanks for writing in! Could you please try following this:

Head over to Settings -> General section and set your WordPress Address and Site URL with HTTPS:// , then save changes and test loading your Cornerstone.

Let us know how it goes.
Thanks!

Hi there,

Thanks for getting back to me!

Major issue though: I don’t seem to have that option under my “general settings” heres a screenshot to show you what I mean:

any other ideas?

Hello There,

Since that is the case, you will have to edit your wp-config.php file and add this:

define('WP_HOME','https://example.com');
define('WP_SITEURL','https://example.com');

Please make sure to change the exact url of your site.

Please let us know how it goes.

IT worked! thanks so much guys!

You’re welcome! :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.