Вопрос

I want to add SNI support for my server build on java. After googling i found that java 1.8 have the support in Server side. Is there any library or patch to support SNI in server side for java 1.6?

Это было полезно?

Решение

I created patch for JSSE to support SNI in java 7. https://github.com/jvenugopal/jsse-sni-patch

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top