tags:

views:

18

answers:

1

Hello everyone,

When accessing my site, the SSL session is successful while the page loads. A few seconds after the page loaded FireFox shows that SSL is no longer available.

I am guessing its some script (all I have is Google Analytics and Facebook). How can I see what caused FireFox (or IE/Chrome) to drop the SSL and why ?

+1  A: 

Have you tried firebug? It should show you what is going on.

Anders Rune Jensen
Not sure how to use Firebug for that. There is nothing on the console to see.
Murkin
see network if you are getting redirected or what elements are loaded. There you can also see if they come from https or not.
Anders Rune Jensen