cancel
Showing results for 
Search instead for 
Did you mean: 

Product configuration leads to unsecure ssl padlock

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Product configuration leads to unsecure ssl padlock

Hello, for some reason my SSL padlock isn’t showing as secure.

 

I asked my host and they said it seems it is from the product configuration as each product redirects to http only.

 

Can someone help? Thank you in advance.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Product configuration leads to unsecure ssl padlock

Hi @petebrewer

 

Well , as you mention that your host says all the products URL are redirecting http only , so meaning from your database secure and unsecure URL are still uses http

 

So to resolve the issue kindly , go into your database , open core_config_data  table and change below path's values to https : 

 

web/unsecure/base_url  -   https://yourwebsitedomainname/
web/secure/base_url      -   https://yourwebsitedomainname

 

For more details refer this link -  https://magento.stackexchange.com/questions/39752/how-do-i-fix-my-base-urls-so-i-can-access-my-magen...

 

Then check - it will works !

 

Hope it helps

if issue solved,Click Kudos & Accept as Solution

View solution in original post

3 REPLIES 3

Re: Product configuration leads to unsecure ssl padlock

Hi @petebrewer

 

Well , as you mention that your host says all the products URL are redirecting http only , so meaning from your database secure and unsecure URL are still uses http

 

So to resolve the issue kindly , go into your database , open core_config_data  table and change below path's values to https : 

 

web/unsecure/base_url  -   https://yourwebsitedomainname/
web/secure/base_url      -   https://yourwebsitedomainname

 

For more details refer this link -  https://magento.stackexchange.com/questions/39752/how-do-i-fix-my-base-urls-so-i-can-access-my-magen...

 

Then check - it will works !

 

Hope it helps

if issue solved,Click Kudos & Accept as Solution

Re: Product configuration leads to unsecure ssl padlock

Brilliant, thank you!

Re: Product configuration leads to unsecure ssl padlock

Hi @petebrewer

 

Glad to know that you have resolved your issue , happy to help and keep helping others Smiley Happy

if issue solved,Click Kudos & Accept as Solution