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.