<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello all!<br><br>I can't get SNI work...<br><br>Software:<br>OS: Debian<br>Apache 2.2.9-10<br>mod_gnutls/0.5.2<br>GnuTLS/2.4.1<br><br>Apache config:<br>&lt;VirtualHost 1.2.3.4:443><br>&nbsp;&nbsp;&nbsp;GnuTLSEnable on<br>&nbsp;&nbsp;&nbsp;GnuTLSPriorities NORMAL<br>&nbsp;&nbsp;&nbsp;GnuTLSExportCertificates on<br>&nbsp;&nbsp;&nbsp;ServerName host1:443<br>&nbsp;&nbsp;&nbsp;DocumentRoot /var/www/host1<br>&nbsp;&nbsp;&nbsp;GnuTLSCertificateFile /etc/apache2/ssl/c2.crt<br>&nbsp;&nbsp;&nbsp;GnuTLSKeyFile /etc/apache2/ssl/c2.key<br><br>&lt;/VirtualHost><br><br>There are a lot of domains configured like this, but with another certificate.<br>I always get the first cert, with the site&nbsp;<a href="https://host1/">https://host1</a>&nbsp;and not the<br>second that I should...<br>On the site&nbsp;<a href="http://tinyurl.com/6g8w5q">http://tinyurl.com/6g8w5q</a>&nbsp;is the test script from test3.gnutls.org<br>I think it looks OK, but it won't work.<br>I test it always with Firefox 2/3.<br><br>Whats wrong with this, any ideas?</body></html>