Hacker News new | ask | show | jobs
by mindcrime 5657 days ago
Hmmm... when I tried that URL in Chrome, I get:

"You attempted to reach www.microsoft.com, but the certificate that the server presented has been revoked by its issuer. This means that the security credentials the server presented absolutely should not be trusted. You may be communicating with an attacker. You should not proceed."

Just FYI...

1 comments

Odd. Are you getting the correct certificate? You should be getting a certificate with a fingerprint of: "ea 22 6c ac ce 3f 1c b3 47 d9 f7 8f 60 31 d3 ba 41 07 91 99"

You can use this command to double-check the certificate on your local (POSIX) machine or on a remote server:

  echo '' | openssl s_client -connect www.microsoft.com:443 | openssl x509 -noout -fingerprint