|
|
|
|
|
by jf
5657 days ago
|
|
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
|
|