0

I have to use SNICallback on my project for separate two HTTPS addresses on the same port. One of the addresses is used for API calls like https://api.myDomain.com/products and between two computers without any browser.

But I've read the below sentence on http://en.wikipedia.org/wiki/Server_Name_Indication

To make use of SNI practical, the vast majority of users must use web browsers that implement it.

Would it be possible 'using SNICallback without any browser?'

efkan
  • 12,991
  • 6
  • 73
  • 106

1 Answers1

0

The set of TLS clients that implements SNI would include clients that are browsers and clients that are not browsers.

Dan D.
  • 73,243
  • 15
  • 104
  • 123