<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><VirtualHost 1.2.3.4:443><br> GnuTLSEnable on<br> GnuTLSPriorities NORMAL<br> GnuTLSExportCertificates on<br> ServerName host1:443<br> DocumentRoot /var/www/host1<br> GnuTLSCertificateFile /etc/apache2/ssl/c2.crt<br> GnuTLSKeyFile /etc/apache2/ssl/c2.key<br><br></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 <a href="https://host1/">https://host1</a> and not the<br>second that I should...<br>On the site <a href="http://tinyurl.com/6g8w5q">http://tinyurl.com/6g8w5q</a> 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>