Hi @jesseho
I faced the same issue.
Meanwhile you get the response you can add the following lines in wp-config.php file in order to restore the website functionality.
define('FORCE_SSL_ADMIN', true);
if (strpos($_SERVER['HTTP_X_FORWARDED_PROTO'], 'https') !== false)
$_SERVER['HTTPS']='on';
Thread Starter
numanx
(@numanx)
Thread Starter
numanx
(@numanx)
Is there anyone who can help me with this?