ssl certificate error | this page contains both secure & non secure items

7
SSL Certificate Error – This page contains both secure and non secure items.

Upload: cheapsslsecuritycom

Post on 10-May-2015

461 views

Category:

Technology


1 download

DESCRIPTION

SSL Certificate Error - This page contains both secure and non secure items. Your browser can show your this error message when you try to load a secure page(HTTPS://) but some elements of this page are not loaded by secure sources. View the slideshow for more details.

TRANSCRIPT

Page 1: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

SSL Certificate Error – This page contains both secure

and non secure items.

Page 2: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

Page contains secure and non-secure Items

Page 3: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

Generally you would see this type of error message when some of the elements of a secure webpage (the page that is open on your browser with https://) are not loaded by secure sources. This error mostly occurs with Frames, Java-Scripts & Images.

There are three possible ways to solve this error 1. Change all URLs to https. 2. Change all links to // or make them relative 3. Change the browser setting.

Page 4: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

Solution 1: Change all URLs to https

Open that webpage source and search for http:// and replace it with https:// for all images, Frames, Java-Scripts. For example

<img src="http://www.domain.com/image.gif" alt="" /> Will be replaced with,<img src="https://www.domain.com/image.gif" alt="" />

It won’t work if a website does not have any SSL certificate setup and if you open image/file with https.

Page 5: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

If you don’t want to change all links with https:// then another way is to replace them with just ‘//’.<img src="http://www.domain.com/image.gif" alt="" /> will be replaced with,<img src="//www.domain.com/image.gif" alt="" />

Or you just need to access them relatively.<img src="http://www.domain.com/image.gif" alt="" /> will be replaced with,<img src="image.gif" alt="" />

This method will tell your browser that it must have to load image/script/frame securely without any error if the webpage is being accessed securely, but if the webpage is not being accessed secure then browser will load Image/script/frame normally.

Solution 2: Change all links to // or make them relative

Page 6: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

Solution 3: Change the browser settings

If you are the website administrator then you can change the code to get rid of this error but if you are not the website administrator then the only way to remove this error is change the browser settings.

Perform following steps for Internet Explorer1. Go to Tools then Internet Options.2. Here, select the Security Tab.3. Click on Custom Level button4. Scroll till you find Display Mixed Content option and then select

Enable and press OK5. Now you will see Security Warning popup on your screen, then

press Yes.

Page 7: SSL Certificate Error | This Page Contains Both Secure & Non Secure Items

Blog: cheapsslsecurity.com/blog

Facebook: CheapSSLSecurities

Twitter: SSLSecurity

Google Plus: +Cheapsslsecurity

For More Information on SSL Certificate Errors