On 09/17/2014 01:18 PM, Simone Bordet wrote:
For the server to differentiate between those 2 connections he would need the SNI information, which I don't think it's currently available in JDK 8, right ?
No. It is. We added support for SNI in JDK 8. See: http://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html#SNIExtension --Sean