Website Shows Mixed Contents Warning (http & https)

Nowadays, it is recommended for users to enable SSL on their websites.
However, on some cases, the websites are not shown as protected even though SSL certificates are successfully installed and forced on their sites.
Users may also receive "Mixed content occurs" warning when visiting the site.

This is due to some of the website components such as images are still pointed to non-secured (http) URL instead of secured (https) URL.
The URL may be encoded in the web scripts or database, therefore it is important to check and ensure that all the links have been updated to secured URLs.
Then only the websites will be able to appear with green padlock icon on the address bar on the web browser.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Windows: Installing SSL certificate in IIS

SSL certificate need to be installed on the server where the CSR was generated, this is crucial...

DirectAdmin: Install SSL certificate from Let's Encrypt

Please follow the steps below to install SSL certificate from Let's Encrypt in DirectAdmin...

Windows: Generate CSR code in IIS

CSR (Certificate Signing Request) code is a set of encoded text that contains information about...

Windows: Export and import PFX file on IIS

PFX is one of the formats that Microsoft allows for SSL installation and contains both the SSL...

Linux: Force Website from HTTP to HTTPS using htaccess

Recently web browsers will show a warning sign if your website is not secure with HTTPS...