EntropySink

Technical & Scientific => Programming => Topic started by: ober on August 11, 2011, 10:44:10 PM

Title: SSL cert help
Post by: ober on August 11, 2011, 10:44:10 PM
So I'm in the middle of launching a site and the area where the SSL cert is indicated in FF flashes for a second and then goes away.  I stay in https but it says the connection is only partially encrypted.  I don't see anything being pulled from http and all my links are to https.

What would cause it to do this??

OH, and I did contact the tech support for the hosting and they say the SSL cert is installed correctly.  So it's obviously something I'm doing.
Title: Re: SSL cert help
Post by: Mike on August 11, 2011, 10:50:32 PM
I would grab a http debugger (like fiddler) and see if anything is being pulled down via http.
Title: Re: SSL cert help
Post by: ober on August 11, 2011, 11:10:21 PM
Well fuck me sideways.  I did all that searching in the PHP to find an issue and it was a http reference in my style sheet that was fucking me.

Thanks Mike, Fiddler did the trick.
Title: Re: SSL cert help
Post by: Steve on August 12, 2011, 06:18:36 AM
Fiddler rules, it has saved me from making more than a few posts here since Mike put me on to it