Wordpress https 'redirected you too many times.' error

admin

Administrator
Staff member
I am hosting a wordpress site on AWS and am transitioning from http to https. After reading some resources from online I added this line to the
Code:
wp-config.php
file:

Code:
define('FORCE_SSL_ADMIN', true);

Now when i try to access the
Code:
/wp-admin/
page I get the
Code:
xx.xx.com redirected you too many times
. The all of the other pages work, it is only the admin panel that is not working.