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.54K 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

There are three common reasons for a cert to be invalid:
– the site is using it wrong. For example, maybe there was a site “awesome_computers.example.com” with an appropriate certificate. And they were bought out by “underpowered_computers.example.com”, and the web site switched over so that when you visit awesome, you actually get underpowered. The “underpowered” cert doesn’t match the address you typed, so it will be flagged.
– the cert expired. Embarrassing, but it happens to a lot of companies, including big ones
– someone is redirecting your browser

There’s a ton of less common reasons, too, which is why nobody can give a “one size fits all” answer to the important question, “should I click through anyway”.

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