Hello,
I have the trial-version of CS-CART and i try to activate SSL
“Enable secure connection at checkout (SSL certificate is required to be installed on your server)”,
"Enable secure connection in the administration panel (SSL certificate is required to be installed on your server) "
and
"Enable secure connection for authentication, profile and orders pages (SSL certificate is required to be installed on your server) ".
but I always get the message “The secure connection check has failed. Please check HTTPS settings in the “config.php” file and make sure that SSL certificate is installed on your server.”
SSL is installed on the server. The site
[url]https://ssl-account.com/cs-cart.lexies-curls.de/store_closed.html[/url]
works.
My settings in the config.local.php are:
// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘’;
// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/’;
Can anybody help?
[quote name=‘cromagnon’]Hello,
I have the trial-version of CS-CART and i try to activate SSL
“Enable secure connection at checkout (SSL certificate is required to be installed on your server)”,
"Enable secure connection in the administration panel (SSL certificate is required to be installed on your server) "
and
"Enable secure connection for authentication, profile and orders pages (SSL certificate is required to be installed on your server) ".
but I always get the message “The secure connection check has failed. Please check HTTPS settings in the “config.php” file and make sure that SSL certificate is installed on your server.”
SSL is installed on the server. The site
[url]https://ssl-account.com/cs-cart.lexies-curls.de/store_closed.html[/url]
works.
My settings in the config.local.php are:
// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘’;
// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/’;
Can anybody help?[/QUOTE]
// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘www.cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘/’;
// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘www.cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/’;
I think :rolleyes:
Hello BarryH,
thanks for that quick reply.
I tried the settings with the www. But the result is the same.
Also after refreshing the cache.
The installation is in a subdomain. Can that be the problem?
With another shopping cart software it get worked.
// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘www.ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘/ssl-account.com/cs-cart’;
// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘www.ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/ssl-account.com/cs-cart’;
AGAIN I think :rolleyes:
also not.
I guess the problem must be elsewhere. Like I wrote this link works:
[url]https://ssl-account.com/cs-cart.lexies-curls.de/store_closed.html[/url]
When I go to
[url]https://ssl-account.com/cs-cart.lexies-curls.de/admin.php[/url]
the site will redirect to
[url]lexies-curls.de
Am a little confused with the ssl account bit?
What is your web address (the site) ?
$config[‘http_host’] = ‘www.ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘/cs-cartlexies-curls.de’;
$config[‘https_host’] = ‘www.ssl-account.com/cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/cs-cartlexies-curls.de’;
[quote name=‘cromagnon’]The web adress is:
[url]lexies-curls.de
[/QUOTE]
$config[‘http_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘/cs-cart’;
$config[‘https_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/cs-cart’;
If you have installed the SSL on http:// then above should work, if you have installed SSL on http://www. then you need to add the www to the above.
Not really my field but am fairly sure.
[quote name=‘BarryH’ timestamp=‘1285519404’ post=‘90476’]
$config[‘http_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘http_path’] = ‘/cs-cart’;
$config[‘https_host’] = ‘cs-cart.lexies-curls.de’;
$config[‘https_path’] = ‘/cs-cart’;
If you have installed the SSL on http:// then above should work, if you have installed SSL on http://www. then you need to add the www to the above.
Not really my field but am fairly sure.
[/quote]
I don’t know about you cromagnon, but Barry’s answer helped me…
Thanks Barry