Jump to content

Connection is not private


Recommended Posts

  • kclopez changed the title to Connection is not private

Hi,

Since you're on localhost and likely don't need SSL encryption for local development, try accessing your store using http:// instead of https://

Disable SSL in PrestaShop Settings:
Access your PrestaShop database using phpMyAdmin or another MySQL tool.
Locate the ps_configuration table (the prefix might be different if you've customized it during installation).
Search for the PS_SSL_ENABLED and PS_SSL_ENABLED_EVERYWHERE entries.
Set their values to 0 to disable SSL.

This might resolve the issue you are facing.

Regards.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...