Browsers sometimes won’t load page because there’s problem with certificate. What are these certificates and who issues them? Why it’s dangerous to open page with invalid one?

1.53K views

Browsers sometimes won’t load page because there’s problem with certificate. What are these certificates and who issues them? Why it’s dangerous to open page with invalid one?

In: Technology

6 Answers

Anonymous 0 Comments

> What are these certificates

It’s identification – e.g. “this is reddit.com”.

> who issues them?

A Certificate Authority (CA) “signs” them, cryptographically vouching for the ID. Browsers have a list of CAs and a public key so they can check to see if that signing / vouching is legit.

You can run your own CA and sign your own certificates, but that’s not worth a lot until you get everyone to trust your CA.

> Why it’s dangerous to open page with invalid one?

Say some site says it’s reddit.com, but that vouching doesn’t check out. You might log in and someone takes over your account. Not fun, but not as bad as if it happens with your bank’s web site.

**Edit: Here is a great [presentation](https://www.youtube.com/watch?v=09fNjMur1Gs) on these concepts and some problems with them. It gets a bit technical, but Geoff Huston makes it fairly accessible. Almost everyone will come away being a bit more paranoid about this stuff.**

You are viewing 1 out of 6 answers, click here to view all answers.