Parts of this page are not secure such as images

Please fill out the fields below so we can help you better.

My domain is:https://pilotcenter.royalairmarocvirtual.com/home/index.php

I ran this command:none

It produced this output:none

My operating system is (include version):windows 10

My web server is (include version): CentOS 6.8 (Final)‬

My hosting provider, if applicable, is: OVH

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel):Plesk

The error is while trying to visit my website every single picture and css and js not shown

Here is the problem i am facing now after SSL enabled through my PLESK,

Looking forward to your support, thank you in advance

,

It’s hard to debug, because the “main page” is behind a login. But probably there are a lot of “http://”'s hardcoded into the HTML. These should be either “//” (so the browser will decide to put http or https before it) or “https://”.

PS: not only images, but all resources such as CSS and/or JavaScript are affected.

You can set a CSP (content security policy) to upgrade insecure requests as well, if you are too lazy.

Thank you for the ideas, i will try to take a look in the whole source and replace all http to https :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.