G’day baldemotions,
It sounds like you’re in the admin on HTTPS, and getting a redirect loop; correct? Have you changed your site URL and WordPress URL to HTTPS?
Did your site require different HTTPS detection settings, and have you changed them?
https://ssl.webaware.net.au/https-detection/
If you can’t get back in to your site, you can force it back to HTTP by editing your wp-config.php file. You can then sort out the problem, and finally remove these two lines again once you have it working properly. Use your website’s domain name!
define( 'WP_SITEURL', 'https://example.com/' );
define( 'WP_HOME', 'https://example.com/' );
If it’s just the front end, check what other plugins you are running that might affect HTTPS. e.g. I’ve heard that the Cloudflare SSL plugin can mess things up when both this and that plugin are set to handle HTTPS detection.
cheers,
Ross