The problem is with my browser Google Chrome

Asked By 40 points N/A Posted on -
qa-featured

 

Hi,

The problem is with my browser Google Chrome. While navigating a site, it is throwing an error message

"Your connection to the site is encrypted, but Google Chrome has detected mixed scripting on the page. Be careful if you’re entering personal information on this page. Mixed scripting can provide a loophole for someone to take over the page. This content could be third-party scripts or videos embedded on the page. If you’re connected to the Internet via a public wireless network, mixed scripting is especially risky because wireless networks are easier to tamper with than wired networks".

I am not clear about the error message. If you have any idea for the error message, please help me.

Thanks.

SHARE
Best Answer by Scott Douglas
Best Answer
Best Answer
Answered By 5 points N/A #134625

The problem is with my browser Google Chrome

qa-featured

Hi,

This can be occurred that the site is trying to load via HTTP.

Reason is if the site is secured and it is loaded using HTTPS, but somehow loading resources is trying to load via HTTP.

Then this will be occurred as a problem.

All you need to do is change the HTTP to HTTPS.  Following example shows you how to do this.

<script src="http://microsoft.com/path/to/resource.js"></script> this has to be changed to this.

<script src=https://microsoft.com/path/to/resource.js></script>

Answered By 0 points N/A #134626

The problem is with my browser Google Chrome

qa-featured

Hi Jesica,

This error means that it is trying to open an HTTPS website however it is loading its resources through HTTP. You can clear your browsing data so it clear any encryption key that are not digitally signed meaning that Chrome has not verified security in the website.If you are entering such website you need to be careful when entering personal information or sensitive data or even financial information.

Related Questions