You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far as I understand, Java 8 supports SNI in SSLServerSocketFactory. I need SNI to work since I have two domains (botcompany.de and agi.blue) - both served directly with NanoHTTPD :)
Java's SNI stuff is just hard to set up (typical overcomplicated Java APIs)...
And NanoHTTPD doesn't seem to have any support for SNI out of the box.
So... has anyone done this before?
The text was updated successfully, but these errors were encountered:
Hi,
as far as I understand, Java 8 supports SNI in SSLServerSocketFactory. I need SNI to work since I have two domains (botcompany.de and agi.blue) - both served directly with NanoHTTPD :)
Java's SNI stuff is just hard to set up (typical overcomplicated Java APIs)...
And NanoHTTPD doesn't seem to have any support for SNI out of the box.
So... has anyone done this before?
The text was updated successfully, but these errors were encountered: