Jump to content

SSL Connection is not secured - Site is not fully secured


Recommended Posts

Hi everyone,

I am using Prestashop 1.6.1 and I have problem with SSL certificate. My connection is not secured and instead of "Secured" in adress bar I got this message. When I click in firefox on that, it gives me this like this, like on photo below....but that are usual files...thanks in advance

post-1100390-0-51414000-1504698317_thumb.jpg

Edited by kezzmania (see edit history)
Link to comment
Share on other sites

  On 9/6/2017 at 12:07 PM, bellini13 said:

according to your screen shot, you have unsecure media URLs to many images, and that is causing this issue.  every resource and form on the page has to be secured

 

Thanks for reply bellini13. I know that two are from live chat which is easy to be turn off,  but do not know why other media files and resources are unsecure. Every file is from the same server and same website. 

Link to comment
Share on other sites

It all depends on the way how these resources are linked. If resources a linked with fixed protocol prefix

http:// 

you can switch SSL on but I does not change any link with a fixed (wrong) protocol. Some of these problems might be caused by CSS files, modules not respecting SSL settings or even a theme which was never fully tested to work with SSL.

 

This means: there are several culprits possible. Each wrong embedded resource must be inspected for itself.

 

As a general rule: If you use relative urls like

/myaccount

you will experience much less problems than using this kind of URLs:

https://example.com/myaccount
Edited by Scully (see edit history)
  • Like 1
Link to comment
Share on other sites

  On 9/6/2017 at 1:07 PM, Scully said:

 

It all depends on the way how these resources are linked. If resources a linked with fixed protocol prefix

http:// 

you can switch SSL on but I does not change any link with a fixed (wrong) protocol. Some of these problems might be caused by CSS files, modules not respecting SSL settings or even a theme which was never fully tested to work with SSL.

 

This means: there are several culprits possible. Each wrong embedded resource must be inspected for itself.

 

As a general rule: If you use relative urls like

/myaccount

you will experience much less problems than using this kind of URLs:

https://example.com/myaccount

 

Link to comment
Share on other sites

  On 9/6/2017 at 1:07 PM, Scully said:

 

It all depends on the way how these resources are linked. If resources a linked with fixed protocol prefix

http:// 

you can switch SSL on but I does not change any link with a fixed (wrong) protocol. Some of these problems might be caused by CSS files, modules not respecting SSL settings or even a theme which was never fully tested to work with SSL.

 

This means: there are several culprits possible. Each wrong embedded resource must be inspected for itself.

 

As a general rule: If you use relative urls like

/myaccount

you will experience much less problems than using this kind of URLs:

https://example.com/myaccount

 

Sorry for wrong quote Scully. Do you reccommend me also to do update of Prestashop? My version is 1.6.1

Edited by kezzmania (see edit history)
Link to comment
Share on other sites

  On 9/6/2017 at 7:51 PM, Scully said:

No I don't think an update would solve your problem in this case. You need to analyze every http link and figure out why its not providing the SSL URL.

 

Thank you. I solved five links, but other will be difficult because Presta is generating images name itself. Maybe new upload can solve a things. Cheers and thanks again for advices.

Link to comment
Share on other sites

  On 9/7/2017 at 9:33 AM, Scully said:

According to my observation, images are linked with the correct protocol as far as prestashop default is concerned. Third-party modules might have issues. But don't hestiate to upgrade. Just make a full backup before.

 

Thank you. Will do it. 

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