I noticed on one of my sites the images weren’t showing and noticed it was http://www so I went to settings and changed the site to https://www. The site is using cloudflare so I’m not sure if that’s why it got messed up. But now I’m unable to access the site or wordpress admin.
This page is not working too many redirects. I edited wp-config and put this at the bottom:
define(‘WP_HOME’,’http://www.site.info’);
define(‘WP_SITEURL’,’http://www.site.info’);
I cleared cache and cookies. Now the main site is working but is secure using https:// but I can’t access wp-admin. It’s giving me too many redirects. wtf is going on?
[ad_2]
In CF, set the SSL mode to ‘Full’.
You’ll also need to install the Better Search Replace plugin to change your existing links from http to https, or else you’ll have mixed-content errors.