AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Sam_78 on March 15, 2017, 11:15:57 AM

Title: This site can’t provide a secure connection
Post by: Sam_78 on March 15, 2017, 11:15:57 AM
Hi all my site works great online and it was working great locally too. But I got new machine
I FTP the whole folder on my local along with DB.. The admin panel works fine locally but storefront doesn't  when I hit localhost:8080/folder_name/
it goes back to https://www.localhost:8080/store/ with error  "This site can’t provide a secure connection

www.localhost sent an invalid response.
ERR_SSL_PROTOCOL_ERROR"     I don't know why.. I did change the settings->details Store URL:to localhost:8080/folder_name same for secure store URL but no luck.. is there anything that I am missing..
I am using XAMPP
Database is connected properly as I am able to admin panel work perfectly fine..
I have updated .htaccess and config.php

Title: Re: This site can’t provide a secure connection
Post by: abolabo on March 15, 2017, 03:51:13 PM
looks like you have no ssl-support of your webserver (xampp). ALso check your .htaccess for redirect to ssl url.
ERR_SSL_PROTOCOL_ERROR returns by apache web-server.. not abantecart. ssl layer works under http.
Try to check httpd (apache) error log for details
Title: Re: This site can’t provide a secure connection
Post by: Basara on March 16, 2017, 01:22:31 AM
Hello.

Make sure you have ssl certificate on your local server and important to follow this rule
to access not secure use http://localhost:8080/
to access secure pages   https://localhost:8443/