Android SSL - SNI support
I would like to know about the support for the SSL/TLS Server Name Indication (SNI) extension in the Android SDK. As far as I know, there is a partial support in Android SDK. The current situation is the following: Since the Gingerbread release TLS connection with the HttpsURLConnection API supports SNI. Apache HTTP client library shipped with Android does not support SNI The Android web browser does not support SNI neither (since using the Apache HTTP client API) There is an opened ticket regarding this issue in the Android bug tracker. It is also possible to test the SNI support by making a