0

Does the SSL implementation in JBoss Netty support Server Name Indication?

Bruno
  • 119,590
  • 31
  • 270
  • 376
Carlos
  • 1,470
  • 10
  • 18

1 Answers1

2

It's more or less the same answer as for this question: Java 7 supports SNI, but only from the client side.

Community
  • 1
  • 1
Bruno
  • 119,590
  • 31
  • 270
  • 376