WordPress + CloudFront Flexible SSL ends up in redirect loop (https)
Having problems accessing the admin over https when it's setup behind CloudFront Flexible SSL. The admin works fine when accessing over http, but as soon as I change to secure https it ends up in a redirect loop. I'm adding the following line to wp-config.php to force SSL in the admin. define('FORCE_SSL_ADMIN', true); This is due to the fact that CloudFlare's Flexible SSL operates as a reverse proxy and connects to the WordPress installation via http . Wordpress thinks you're connecting via http and does a redirect to the https resource. The browser requests the https resource from CloudFlare