Bing doesn't support SSL
bing.com
Bing doesn't support SSL
1–10 of 163 posts
Re: Bing doesn't support SSL
#2https://bing.com: subject=/CN=*.bing.com
https://www.bing.com: subject=/C=US/O=Akamai Technologies, Inc./CN=a248.e.akamai.net
Re: Bing doesn't support SSL
#3 www.bing.com uses an invalid security certificate.
The certificate is only valid for the following names:
a248.e.akamai.net , *.akamaihd.net , *.akamaihd-staging.net
(Error code: ssl_error_bad_cert_domain)Re: Bing doesn't support SSL
#4Looks like someone pushed the wrong SSL cert to production: www.bing.com uses an invalid security certificate. The certificate is only valid for the following names: a248.e.akamai.net , *.akamaihd.net , *.akamaihd-staging.net (Error code: ssl_error_bad_cert_domain)
Re: Bing doesn't support SSL
#5Edit: If anyone wants a script to check their certificates, here you go: https://gist.github.com/bretwalker/5420652. You'll just need to add in some sort of notification logic, especially for expirations, since they need to happen before a problem arises.
Re: Bing doesn't support SSL
#6Re: Bing doesn't support SSL
#7Re: Bing doesn't support SSL
#8Re: Bing doesn't support SSL
#9TL;DR: bing SSL certificate is wrong. https://bing.com : subject=/CN=*.bing.com https://www.bing.com : subject=/C=US/O=Akamai Technologies, Inc./CN=a248.e.akamai.net
Subject: CN=* .bing.com
X509v3 Subject Alternative Name: DNS:ieonline.microsoft.com, DNS:* .bing.com, DNS:* .windowssearch.com
--
Subject: C=US, O=Akamai Technologies, Inc., CN=a248.e.akamai.net
X509v3 Subject Alternative Name: DNS:a248.e.akamai.net, DNS:* .akamaihd.net, DNS:* .akamaihd-staging.net
Re: Bing doesn't support SSL
#10TL;DR: bing SSL certificate is wrong. https://bing.com : subject=/CN=*.bing.com https://www.bing.com : subject=/C=US/O=Akamai Technologies, Inc./CN=a248.e.akamai.net