From: David O. <da...@qc...> - 2015-07-03 13:18:15
|
Hi there, Is there any way to replicate the behaviour of SNI aware https servers using naviserver nsssl? Namely, where different certificates can be presented on the same ssl port depending on the servername sent by the TLS client https://www.domain.com -> nsssl.server.com:443 <- www.domain.com cert https://sub.domain.com -> nsssl.server.com:443 <- sub.domain.com cert (I don't think SNI is supported by nsssl - please correct me if I'm wrong) -- David Osborne Qcode Software Limited http://www.qcode.co.uk |