It is forced to use https, through cloudflare, because of this site is completely "naked", what could be the problem? It seems everything is fine in configs, there is a tick in front of SSL in the admin panel
// HTTP define('HTTP_SERVER', 'http://site.com/admin/'); define('HTTP_CATALOG', 'http://site.com/'); // HTTPS define('HTTPS_SERVER', 'https://site.com/admin/'); define('HTTPS_CATALOG', 'https://site.com/'); 
