Do wiki do Apache HTTPd :
How can you tell if your Apache build supports SNI? If you configure multiple name-based virtual hosts for an address where SSL is configured, and SNI isn't built into your Apache, then upon Apache startup a message like "You should not use name-based virtual hosts in conjunction with SSL!!" will occur in the error log. If SNI is built in, then the error log will show "[warn] Init: Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)".
Portanto, sem saber nada sobre o seu HTTPd, você pode configurar vários hosts virtuais baseados em nome com SSL e verificar as mensagens fornecidas durante a inicialização.
No Debian 8, se você estiver usando o pacote HTTPd ( apache2
e pacotes relacionados), o SNI é disponível por padrão.