It's not just Bing. I'm always accidentally going to http://stackoverflow.com & getting an error.
I don't understand - that's never resulted in an error for me.
Bing doesn't support SSL
61–70 of 163 posts
Re: Bing doesn't support SSL
#62The real question is, is bing.com even supposed to be served over https?
Re: Bing doesn't support SSL
#63Slightly off-topic: what's a good way to handle cases such as this where you have a wildcard certificate? I'll be getting a wildcard certificate for a project and, never having used one before, I had assumed the certificate would be valid for an entire domain. I understand from this situation that a wildcard certificate is relevant only to https://*.example.com and not the subdomainless https://example.com . Assuming…
Bing is doing something similar (see https://news.ycombinator.com/item?id=5576271), but they appear to have forgotten to list the plain domain.
Re: Bing doesn't support SSL
#64The real question is, is bing.com even supposed to be served over https?
Re: Bing doesn't support SSL
#65Slightly off-topic: what's a good way to handle cases such as this where you have a wildcard certificate? I'll be getting a wildcard certificate for a project and, never having used one before, I had assumed the certificate would be valid for an entire domain. I understand from this situation that a wildcard certificate is relevant only to https://*.example.com and not the subdomainless https://example.com . Assuming…
This can be achieved via SAN (alternative names): http://en.wikipedia.org/wiki/Wildcard_certificate#Limitation
Re: Bing doesn't support SSL
#66Earlier quoted context omitted.
comment of the day!
To Microsoft : Please fix your IE debacle ( somehow!!).. Its affecting your other products.. Its reputation is becoming infectious.
Microsoft is definitively cleaning its tab.
Re: Bing doesn't support SSL
#67TL;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
We were experiencing a similar issue with a third party analytics solution where their SSL cert all of the sudden started to be delivered by Akamai as opposed to the FQDN of the company, as it was before. I am curious if Akamai is at fault here?
Re: Bing doesn't support SSL
#68Earlier quoted context omitted.
I know about funny word differences, but we have no problems learning russian, why russians would have problems learning polish? this is my favorite http://translate.google.com/#ru/pl/%D0%BA%D0%BE%D0%B2%D0%B5%... (in polish it sounds like 'caviar in a can')
Well, I know neither Polish nor Russian, but here in Prague I know a lot of Russians that never learn to say the word dobrý. They say dobry(short y) instead, which exists in Russian. They never learn to say it long, even when you point it out to them.
we also share a lot of funny misunderstandings with czech. čerstvý chléb is zatuchlý chléb in polish, imagine being there for the first time and seeing grocery stores advertising old bread :D
Re: Bing doesn't support SSL
#69I made a site that checked for SSL cert expirations and misconfigurations, but I couldn't acquire any customers. I still think there's a business there somewhere, although maybe it really only sells as part of another product. Edit: 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…
Which protocols do you support besides https? imap or pop with tls perhaps?