cfmlprojects / runwar

Other
11 stars 16 forks source link

SNI Support #145

Open bdw429s opened 6 years ago

bdw429s commented 6 years ago

See this related CommandBox ticket: https://ortussolutions.atlassian.net/browse/COMMANDBOX-893

Undertow now supports SNI (multiple secure cert bindings on the same ip/port using different domain names) via io.undertow.protocols.ssl.SNISSLContext It would be great if commandbox was updated to support this.