Link to home
Start Free TrialLog in
Avatar of BorisMatthews
BorisMatthews

asked on

Mozilla Firefox Security Warning

I have a secure website developed using ASP.NET that works fine in all browsers I have tested except Mozilla.  The problem is that Mozilla reports that some items on the page are not encrypted and as far as I can tell everything is encrypted and passed from the web server.

If I disbale JavaScript in my Mozilla browser the problem goes away but I need JS for the site to function.  Other users have reported this same issue whereas others do not get this warning...

All the JavaScript code is embedded in the HTML page within a script tag.
Avatar of Chris-Chambers
Chris-Chambers
Flag of United Kingdom of Great Britain and Northern Ireland image

Hi,

Make sure ALL content, scripts images etc. are being served from the secure server. You will get this message if, for example, you are referencing an image from a non-secure server:

<img src="http://www.othersite.com" />

Hope this helps,

Chris.
Avatar of BorisMatthews
BorisMatthews

ASKER

Only two images and both are relative references to th eserver and Mozilla reports both as coming from an HTTPS link.

All scripts are embedded within the HTML page so must be coming via the HTTPS page load?

Thanks
Andy
Sorry, also meant to say that I have now tested thi son another PC that I have and it works fine with no errors so looks like is is somhow a client specific issue.  Both PC's are running the same OS and SP, both have a clean default install of Firefox and all settings as far as I can tell are the same - so a real mystery!
Do you have a url I can look at?

Chris
ASKER CERTIFIED SOLUTION
Avatar of Chris-Chambers
Chris-Chambers
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial