Hello. I have this problem this morning. My site works well. However, when I go to my site(dot).com/wp-admin, it shows too many redirects. I search on the internet but only one works. I add this code to my wp-config.php
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)...