I'm receiving an SSL error in various browsers, but I can't find non-SSL content
- by Scott Vercuski
I'm receiving an error with my SSL connection. Using google chrome I see the following error:
Your connection is encrypted with
128-bit encryption ... however this
page includes other resources which
are not secure
I've scoured the source code, scripts and rendered code in the browser but cannot find where an http:// call is made. I've also used Fiddler2 to examine the traffic and everything is coming across via HTTPS. Has anyone run into this issue before and if so how did you go about finding the culprit.
The website is running ASP.NET MVC3 in C#. The page in question is a simple payment page. The only external call is the google analytics tracking code. The page appears to load correctly, all images and scripts are in place.