I am getting an SNI error:
Hostname X provided via SNI, but no hostname provided in HTTP request
On some Android phones when making SSL requests to my domain. This is despite ensuring that the Host header is set on the client.
I have also tried setting:
SSLStrictSNIVHostCheck off
In my apache conf, but I still see this error. Can someone point me a way forward?