Base de Conhecimento

How to remove popup warning "The page contains secure and nonsecure items"?  Imprimir este Artigo

 

If you are getting this popup warning, then it means you have used http instead of https, removing this warning very simple, you just need to replace the http with https.


For example: If you find a link like this:

<a href= "http://www.yourdomainname.com/about/index.php">Click Me</a> change it to

<a href= "https://www.yourdomainname.com/about/index.php">Click Me</a>


The same for images, change <img src="http://www.yourdomainname.com/images/logo.gif"> to

<img src="https://www.yourdomainname.com/images/logo.gif">

Esta resposta lhe foi útil?

Artigos Relacionados

How to Obtain SSL Certificates?
  Just like domain names you can buy SSL Certificates from third party websites or you can buy...
How to auto-install our SSL certificates
If you are hosted on one of our shared servers you can install an SSL certificate with just a few...
What does SSL Certificates mean?
  In this section, we are going see what is SSL and why we need one? SSL encrypts...
Is it possible to move SSL from cPanel to Plesk?
  Yes, if you have a SSL Certificate for cPanel hosting, you can move it to Plesk. If both your...
What is CSR and RSA?
  A CSR is a certificate signing request (your business details) which is required when...