On Fri, Jun 15, 2012 at 12:14 PM, Kaiduan Xie <[email protected]> wrote: > Nikolay, > > Thank you for quick response. > > Does it support for a non HTTPS connection?
What is a 'non HTTPS' connection? SNI is for SSL. If you are using HTTP all you need is to set the Host header properly. > > I would like to have an API to set the SNI value while starting handshake. There is no such low level API. This should be handled automatically by the underlying OpenSSL SSL socket. -- 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

