<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: SSL-enabled Name-based Apache Virtual Hosts with mod_gnutls</title>
	<atom:link href="http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Tue, 21 May 2013 19:34:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10527</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sat, 15 Sep 2007 02:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10527</guid>
		<description><![CDATA[Unfortunately I would need a Gentoo ebuild of OpenSSL working with Apache 2.0 for things to work well. Dont think these ebuilds exist yet.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately I would need a Gentoo ebuild of OpenSSL working with Apache 2.0 for things to work well. Dont think these ebuilds exist yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10525</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Tue, 11 Sep 2007 03:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10525</guid>
		<description><![CDATA[In this &lt;a href=&quot;http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10496&quot; rel=&quot;nofollow&quot;&gt;comment&lt;/a&gt;, Vasili Sviridov points to a website that uses a snapshot version of OpenSSL 0.9.9. Perhaps you could try to contact them too and ask for some info about how well that snapshot version works.
]]></description>
		<content:encoded><![CDATA[<p>In this <a href="http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10496" rel="nofollow">comment</a>, Vasili Sviridov points to a website that uses a snapshot version of OpenSSL 0.9.9. Perhaps you could try to contact them too and ask for some info about how well that snapshot version works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10524</link>
		<dc:creator>George</dc:creator>
		<pubDate>Sun, 09 Sep 2007 02:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10524</guid>
		<description><![CDATA[Tried commenting out the GnuTLSClientCAFile directive and still no dice. Wonder if there is any way to make this work without having to wait for mod_ssl 0.9.9 to be released supporting SNI?

Tried contacting the author of mod_gnutls and have not received any response.]]></description>
		<content:encoded><![CDATA[<p>Tried commenting out the GnuTLSClientCAFile directive and still no dice. Wonder if there is any way to make this work without having to wait for mod_ssl 0.9.9 to be released supporting SNI?</p>
<p>Tried contacting the author of mod_gnutls and have not received any response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10523</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Fri, 07 Sep 2007 15:06:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10523</guid>
		<description><![CDATA[Indeed. I checked the list of the root certificates in FF2 and the startcom certificate is there.

From the mod_gnutls documentation:



&lt;blockquote&gt;GnuTLSClientCAFile
Takes an absolute or relative path to a PEM Encoded Certificate to use as a Certificate Authority with Client Certificate Authentication.&lt;/blockquote&gt;



This means that the certificate that has been specified by the &lt;code&gt;GnuTLSClientCAFile&lt;/code&gt; directive is only used for &lt;strong&gt;client autrhentication&lt;/strong&gt; via a certificate and actually not when the client enters the secure mode in the browser. Perhaps you should try commenting out this directive and see if it works.]]></description>
		<content:encoded><![CDATA[<p>Indeed. I checked the list of the root certificates in FF2 and the startcom certificate is there.</p>
<p>From the mod_gnutls documentation:</p>
<blockquote><p>GnuTLSClientCAFile<br />
Takes an absolute or relative path to a PEM Encoded Certificate to use as a Certificate Authority with Client Certificate Authentication.</p></blockquote>
<p>This means that the certificate that has been specified by the <code>GnuTLSClientCAFile</code> directive is only used for <strong>client autrhentication</strong> via a certificate and actually not when the client enters the secure mode in the browser. Perhaps you should try commenting out this directive and see if it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10522</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 07 Sep 2007 14:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10522</guid>
		<description><![CDATA[It would appear according to this article that Firefox does include the Root Startcom Cert: http://www.startcom.org/?app=14&amp;rel=22 .]]></description>
		<content:encoded><![CDATA[<p>It would appear according to this article that Firefox does include the Root Startcom Cert: <a href="http://www.startcom.org/?app=14&#038;rel=22" rel="nofollow">http://www.startcom.org/?app=14&#038;rel=22</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10521</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Fri, 07 Sep 2007 04:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10521</guid>
		<description><![CDATA[@ Jeremy: Thanks for those links about the SNI browser support.

@George: It would work without any popups only if the root startcom certificate had been added to the list of trusted certificate authorities in the browser. I seriously doubt that firefox includes this root certificate by default. The user has to trust it first. IIRC, the same happens with certificates from cacert.org.]]></description>
		<content:encoded><![CDATA[<p>@ Jeremy: Thanks for those links about the SNI browser support.</p>
<p>@George: It would work without any popups only if the root startcom certificate had been added to the list of trusted certificate authorities in the browser. I seriously doubt that firefox includes this root certificate by default. The user has to trust it first. IIRC, the same happens with certificates from cacert.org.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10520</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 06 Sep 2007 18:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10520</guid>
		<description><![CDATA[Has onyone tried using mod_gnutls in conjunction with startcom (free as in beer) certificates? I have set the GnuTLSClientCAFile directive and am still receiving an invalid certificate error in Firefox 2.0. This _should_ work without any popups whatsoever. Has anyone had any experience with this?]]></description>
		<content:encoded><![CDATA[<p>Has onyone tried using mod_gnutls in conjunction with startcom (free as in beer) certificates? I have set the GnuTLSClientCAFile directive and am still receiving an invalid certificate error in Firefox 2.0. This _should_ work without any popups whatsoever. Has anyone had any experience with this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10515</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 02 Sep 2007 03:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10515</guid>
		<description><![CDATA[Unfortunately SNI support in browsers is limited to these:

Firefox 2, IE 7 on Vista, Opera 7.6+ and other modern browsers. 

(http://weblogs.mozillazine.org/gerv/archives/2007/08/virtual_hosting_ssl_and_sni.html)

IE 6, lynx, safari and the like are not supported.

(http://wiki.cacert.org/wiki/VhostTaskForce#head-7236c4e2c9932ef42056b3ff6d367053081887de)]]></description>
		<content:encoded><![CDATA[<p>Unfortunately SNI support in browsers is limited to these:</p>
<p>Firefox 2, IE 7 on Vista, Opera 7.6+ and other modern browsers. </p>
<p>(<a href="http://weblogs.mozillazine.org/gerv/archives/2007/08/virtual_hosting_ssl_and_sni.html" rel="nofollow">http://weblogs.mozillazine.org/gerv/archives/2007/08/virtual_hosting_ssl_and_sni.html</a>)</p>
<p>IE 6, lynx, safari and the like are not supported.</p>
<p>(<a href="http://wiki.cacert.org/wiki/VhostTaskForce#head-7236c4e2c9932ef42056b3ff6d367053081887de" rel="nofollow">http://wiki.cacert.org/wiki/VhostTaskForce#head-7236c4e2c9932ef42056b3ff6d367053081887de</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Notaras</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10508</link>
		<dc:creator>George Notaras</dc:creator>
		<pubDate>Fri, 24 Aug 2007 16:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10508</guid>
		<description><![CDATA[I write this for other readers who run into issues:

mod_gnutls requires the &lt;strong&gt;httpd&lt;/strong&gt; and &lt;strong&gt;gnutls&lt;/strong&gt; development libraries in order to compile.
]]></description>
		<content:encoded><![CDATA[<p>I write this for other readers who run into issues:</p>
<p>mod_gnutls requires the <strong>httpd</strong> and <strong>gnutls</strong> development libraries in order to compile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Boylan</title>
		<link>http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10506</link>
		<dc:creator>Tony Boylan</dc:creator>
		<pubDate>Fri, 24 Aug 2007 08:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/#comment-10506</guid>
		<description><![CDATA[Sorry.  RTFM. To Answer my own question.  http://www.gnutls.org/download.html]]></description>
		<content:encoded><![CDATA[<p>Sorry.  RTFM. To Answer my own question.  <a href="http://www.gnutls.org/download.html" rel="nofollow">http://www.gnutls.org/download.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 249/251 objects using apc

Served from: www.g-loaded.eu @ 2013-05-23 19:46:41 -->