If you’re using WordPress, try to change the URL from HTTPS to HTTP on phpMyAdmin if you’re using Cloudflare’s Flexible Mode by following this guide:
- Go to your Control Panel, then click on “MySQL Databases”.
- Click on “Admin” near the WordPress database you want to edit.
- Go on the
wp-options
table (the name might differ, depending on the prefix used to install WordPress). - Change the
siteurl
andhome
values to the HTTP version of your domain, for examplehttps://yourdomain
will becomehttp://yourdomain
, and execute the query.