SSL Connection

I want to connect SSL on all access area like login, checkout and admin panel. I edit the config file but still not working and it shows unable to connect. But same on 1.3.5 version it is working well. Please reply .

[quote name=‘miracles’]I want to connect SSL on all access area like login, checkout and admin panel. I edit the config file but still not working and it shows unable to connect. But same on 1.3.5 version it is working well. Please reply .[/QUOTE]



All problems I had with ssl were caused by server, installed not properly.



As far as I know you only need to to set these



Enable secure connection at checkout

Enable secure connection in the administration panel

Enable secure connection for authentication, profile and orders pages



in



admin.php?dispatch=settings.manage



What exactly are you changing in config file ?

Sorry not in config.php it is /config.local.php. I have edit these lines below. After enable this i get the warning which i have written above.



// Host and directory where software is installed on no-secure server

$config[‘http_host’] = ‘domain.in’;

$config[‘http_path’] = ‘/shop’;



// Host and directory where software is installed on secure server

$config[‘https_host’] = ‘domain.in’;

$config[‘https_path’] = ‘/shop’;



However my csc was installed on /shop folder.



I seen when i go admin.php the website will encrypt with SSL, however i haven’t enable this feature on setting. For just testing i have write https://www.yourdomain.in detects that SSL was installed on my website. I also contact my webserver and they said to me the SSL was properly installed and you need to contact the developer about this issue.