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.
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.
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
All scripts are embedded within the HTML page so must be coming via the HTTPS page load?
Thanks
Andy
ASKER
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
Chris
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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.