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
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
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/