Author Topic: This site can’t provide a secure connection  (Read 9792 times)

Offline Sam_78

  • Sr. Member
  • ****
  • Posts: 270
  • Karma: +42/-1
    • View Profile
This site can’t provide a secure connection
« 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

« Last Edit: March 15, 2017, 11:17:59 AM by Sam_78 »

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2048
  • Karma: +319/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: This site can’t provide a secure connection
« Reply #1 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
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5795
  • Karma: +274/-2
    • View Profile
Re: This site can’t provide a secure connection
« Reply #2 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/

 

Powered by SMFPacks Social Login Mod