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’] = ‘’;