On Fri, Jun 15, 2012 at 11:50 AM, Kaiduan Xie <[email protected]> wrote: > Hi, > > For client side, does SSL package of Android SDK support SSL SNI > extension? If yest, what is the API to set SNI value when starting SSL > handshake to a server. If not what is the plan? >
HttpsURLConnection should support SNI since Gingerbread (2.3). Not supported in HttpClient though. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

