No of visitors who read this post: 334
Category: Google Chrome
Type: Question
No votes yet

Hello experts,

My site is getting the problem while typing https:www.mysite.com/, showing red cross mark in the url head. I couldn't find a solution to the problem. Can any one help?

In Chrome help, they have given:

"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."

Please help me.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

Hi, 

Usually the error message means that the site itself is being located over HTTPS, but it is loading resources (scripts, style, images etc) via HTTP. 

Generally this is the result of hard-coding absolute URLs as:

<script src="http://mysite.com/path/to/resource.js"></script>

Changed references like that use HTTPS:

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

                      - - - ^ - - -

I think your problem has been solved.

Hathy

#

Hi Thomass,

Most of the time Google chrome shows the ‘red cross’ when the site you are attempting to view or viewing is considered untrusted and does not have certification. Google has its own way of verifying websites so you do not need to worry so much about the red cross.

You can also attempt to get the sites certificate and embed it on Google chrome so that it knows it as a safe site.