Cannot enable SSL - SERVER" PHP array

I cannot get SSL to enable on the admin. Get the check your config file which I have done. I have gone through and CURL is enabled, have tried everything. The certificate works. Contact CS-Cart and they tell me… “The problem occurs because the “SERVER” PHP array is the same for HTTP and HTTPS connection. It must be different.” Does anyone know how to fix this?



www.blackdressandpearls.com

This is what I got back from the developers but have no clue how to fix it.



There is the standard “$_SERVER” PHP array. This array consist of PHP server settings. There are several standard PHP settings which define the connection type:



$_SERVER['HTTPS']

$_SERVER['HTTPS_HOST']

$_SERVER['HTTP_X_FORWARDED_SERVER']



Usually these settings are different for HTTP and HTTPS servers.



In your case these settings are the same. So the store system cannot define the connection type.



ANY IDEAS OUT THERE???