Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

Recently while trying to log-in to facebook this notification starts to appear

at first I ignored it (by pressing Continue), but it started to popup every time I navigate through the website!
I thought it might be a fake certification applied by the ISP so I changed my account password and started to choose Cancel every time it pop's up, I expected that the page wont load! but nothing happened and on the contrary the web page continued to load normally?

can anyone explain what happining and clear the whole idea to me?
Thanks in advance.
p.s.: I'm using https

Edit: message shown again and here is the Show Certificate details enter image description here enter image description here enter image description here

share|improve this question
2  
Does the "show certificate" say anything? If the certificate is not valid, it's for a reason: expiration date reach, certificate authority not recognised etc... can you provide more information? – M'vy Aug 31 '11 at 12:45
@Mvy: there were an extra data in show certificate but now the popup no longer shown! i'll update the post as soon as the msg shown again – Rami.Shareef Aug 31 '11 at 18:56

2 Answers

up vote 3 down vote accepted

Check out Dan Kaminsky's blog post on mysterious Facebook certificates. The response from Facebook:

We’re safe. Turns out we just ordered new (smaller) certs from Verisign and deployed them to a few test LBs on Monday night. We’re currently serving a mixture of digicert and verisign certificates. One of our test LBs with the new cert: a.b.c.d:443

But then have a read of @JeffFerland's blog post inspired by this week's discovery of a spoofed google.com certificate.

So it can happen, and unless you are au fait with certs and the trust assumptions, you should check any time you get an odd warning.

share|improve this answer
I suspected to be bogus one, but the quoted part from the article put me in an ease, so we are safe! right? :) – Rami.Shareef Aug 31 '11 at 19:26

started to choose Cancel every time it pop's up, I excpected the page not to load! but nothing happened and the web page continue to load normally?

Some web pages are a combination of secure content (passed through https) and non-secure content (passed through http). Providing secure content is expensive in terms of equipment, network latency, and cache faults. So, many websites use secure channels only for the content that needs protection. When you chose 'Cancel' the non-secure parts of the web site loaded and the secure components did not load. Since the majority of the content is likely not to be considered sensitive, you may not notice much difference.

share|improve this answer
nice explanation, so what about the username/Password combination? i guess FB wont validate my account while login if I choose Cancel? – Rami.Shareef Aug 31 '11 at 19:01
I would expect that username and password whould be through a secure channel, so if you click Cancel you should not be able to login. – this.josh Sep 1 '11 at 5:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.