cscart ssl problem

Hi I setuped ssl in my ubuntu server. it successfluy setupped and working. but the problem, ssl is working only for admin panel. i cant open for storefront. it gives “Curl Error 60”. i added ss and my config.local.php. can you check what is problem? Thank you from now.


my config.local.php:

// Host and directory where software is installed on no-secure server
$config[‘http_host’] = ‘mysite.com’;
$config[‘http_path’] = ‘’;

// Host and directory where software is installed on secure server
$config[‘https_host’] = ‘mysite.com’;
$config[‘https_path’] = ‘’;

Hi!

It seems like your own server does not recognize the installed certificate as a valid one. Please check if you have installed it correctly.