Is it possible to configure Apache or nginx webserver as SNI-only and without a default SSL certificate?

Viewed 23

We have a requirement where two hostnames, host-A.com and host-B.com pointed to same webserver. host-A.com should have an SSL with SNI. host-B.com does not need an SSL and also should not show a browser waring due to common name mismatch. HTTPS requests for host-B.com should break on SSL handshake.

Is it possible to achieve this with Apache or nginx webservers? Or does any other webserver support it?

Thank you in advance

0 Answers
Related