Thank you for explaining this.
Adding following line to wp-config.php resolved the issue:
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’] = ‘on’;
Thank you for your help.
Thank you.
I purged Cloudflare cache and also paused service – still no access to admin panel.
Which WP file holds site address and URL as set up in admin panel?