I used CloudClare to provide https connection, It points the domain to my server.
When I access through https, the browser says ERR_TOO_MANY_REDIRECTS
.
I already set the config as following:
$dbconfigoption['ssl'] = true;
$site_URL = 'https://domain';
What can I do to fix this?