Hi Thanks for the reply.<br><br>I am guessing that firefox 3 is SNI compliant. Anyhow, I found a solution to my problem but it is not gnutls related. I used mod_ssl instead. I did not support virtualhost SSL up until version  0.9.8j and apache  2.2.12. I tried gnutls since I was sure that mod_ssl did not support it. Not it does so... problem solved. Reference: <a href="http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2">http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html#vhosts2</a><br>
<br>Thanks.<br><br>Jonathan<br><br><div class="gmail_quote">On Thu, Oct 7, 2010 at 3:00 AM, Nikos Mavrogiannopoulos <span dir="ltr">&lt;<a href="mailto:nmav@gnutls.org">nmav@gnutls.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
On 10/05/2010 06:00 PM, Jonathan Richard wrote:<br>
&gt; Hi<br>
&gt;<br>
&gt; I am trying to configure apache2 with gnutls so I can have 2 SSL secured<br>
&gt; virtual hosts (domains) using only 1 IP address.<br>
[...]<br>
&gt; Everything seems to works fine, the domain maps to the proper web sites but<br>
&gt; for some reasons, the only one certificate is used. i.e. if I hit<br>
&gt; <a href="http://test1.dyndns.org" target="_blank">test1.dyndns.org</a> in firefox and display certificate information, the<br>
&gt; provided certificate is the one configured in <a href="http://test2.dnsdns.info" target="_blank">test2.dnsdns.info</a>. In short,<br>
&gt; it seems like apache2 serves only 1 certificate not mater which domain name<br>
&gt; is served.<br>
<br>
In order for multiple domain names to work you need to have a browser<br>
that supports SNI. If you verified that this is the case, then check<br>
the configuration examples in the site.<br>
<br>
regards,<br>
<font color="#888888">Nikos<br>
</font></blockquote></div><br>