This problem occurs for WPEngine. This hosting forces SSL on the backend. So you must switch frontend to https too.
You can update wp-config.php , add/edited these lines - use "https"!
define( 'WP_SITEURL', 'https://SITE.wpengine.com' ); define( 'WP_HOME', 'https://SITE.wpengine.com' );