2

So my SSL is using SNI, Bing doesn't want to index my site because of that and also some other sites are having problems. Such as reddit.

Is it possible to detect if client supports SNI?

I was thinking something like:

if (sni_support)

- force https

else

- http

I'm using latest Apache2 on Ubuntu.

Badr Hari
  • 163
  • 2
  • 11
  • 6
    Bing isn't really a significant search engine anyway. And with them failing to address this most critical issue for years now, it's unlikely they will ever be significant. – Michael Hampton May 15 '15 at 14:53
  • 1
    I have answered a very similar question before: http://serverfault.com/a/586018/214507 – kasperd May 15 '15 at 15:11

0 Answers0