I'm receiving an SSL error in various browsers, but I can't find non-SSL content
Posted
by
Scott Vercuski
on Super User
See other posts from Super User
or by Scott Vercuski
Published on 2011-06-13T19:13:25Z
Indexed on
2012/04/15
17:34 UTC
Read the original article
Hit count: 364
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.
© Super User or respective owner