<?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/"
		>
<channel>
	<title>Comments on: Setting up multiple SSL domains on Amazon EC2 (one IP/Port)</title>
	<atom:link href="http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/</link>
	<description>Hungry? Here's some food for thought.</description>
	<lastBuildDate>Tue, 09 Mar 2010 23:06:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tom</title>
		<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/comment-page-1/#comment-33008</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 23 Oct 2009 08:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.invokemedia.com/?p=425#comment-33008</guid>
		<description>Chris: hackers doing reconnaissance.</description>
		<content:encoded><![CDATA[<p>Chris: hackers doing reconnaissance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/comment-page-1/#comment-29177</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Fri, 24 Jul 2009 23:17:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.invokemedia.com/?p=425#comment-29177</guid>
		<description>Maybe you can comment if this ho-to could be considered to be the recommended method of using multiple certs??

Disclaimer:  I haven&#039;t tried this on EC2 yet - I&#039;m in the middle of another task - but this is an itch I think I will have.
In case it does work or lead to something that does....

It would be useful if anyone can confirm this &#039;cookbook&#039; provides the recommended method :)

http://www.ehow.com/video_5204262_configure-server-name-indication-sni.html


Summary: Running multiple SSL virtual hosts on a single IPaddress has been a problem in the web hosting realm over the years.This becomes even more of a problem in the age of cloud computing. Thisarticle describes exactly how to configure a common web server scenario(Linux, Openssl, Nginx) to support multiple SSL virtual hosts on asingle IP address.
</description>
		<content:encoded><![CDATA[<p>Maybe you can comment if this ho-to could be considered to be the recommended method of using multiple certs??</p>
<p>Disclaimer:  I haven&#8217;t tried this on EC2 yet &#8211; I&#8217;m in the middle of another task &#8211; but this is an itch I think I will have.<br />
In case it does work or lead to something that does&#8230;.</p>
<p>It would be useful if anyone can confirm this &#8216;cookbook&#8217; provides the recommended method <img src='http://www.invokemedia.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://www.ehow.com/video_5204262_configure-server-name-indication-sni.html" rel="nofollow">http://www.ehow.com/video_5204262_configure-server-name-indication-sni.html</a></p>
<p>Summary: Running multiple SSL virtual hosts on a single IPaddress has been a problem in the web hosting realm over the years.This becomes even more of a problem in the age of cloud computing. Thisarticle describes exactly how to configure a common web server scenario(Linux, Openssl, Nginx) to support multiple SSL virtual hosts on asingle IP address.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miles</title>
		<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/comment-page-1/#comment-24949</link>
		<dc:creator>Miles</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.invokemedia.com/?p=425#comment-24949</guid>
		<description>I&#039;m sure this is all well and good for ISPConfig, but the assumption that you can have multiple name based vhosts for the same IP using ssl is just false.  Apache will take the first ssl vhost for an IP and ignore all the others for the same IP.  The main reason for this is that the header is encrypted when the packets are received.  It is only after they have been processed by a vhost and decrypted that you even get to see what domain was referenced in the header.  Now there are hacks out there that use mod_rewrite to accomplish this, but someone needs to update the article so people aren&#039;t being given miss information.</description>
		<content:encoded><![CDATA[<p>I&#8217;m sure this is all well and good for ISPConfig, but the assumption that you can have multiple name based vhosts for the same IP using ssl is just false.  Apache will take the first ssl vhost for an IP and ignore all the others for the same IP.  The main reason for this is that the header is encrypted when the packets are received.  It is only after they have been processed by a vhost and decrypted that you even get to see what domain was referenced in the header.  Now there are hacks out there that use mod_rewrite to accomplish this, but someone needs to update the article so people aren&#8217;t being given miss information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Murat Ayfer</title>
		<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/comment-page-1/#comment-19767</link>
		<dc:creator>Murat Ayfer</dc:creator>
		<pubDate>Thu, 20 Nov 2008 00:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.invokemedia.com/?p=425#comment-19767</guid>
		<description>Brandon: 

digicert&#039;s UCC certificates are pretty painless, and as far as i know, you only have to validate your new domain, but i&#039;m not 100% sure. digicert has good customer support, i usually contact them through the web chat they have on their site. they usually respond pretty fast, so i recommend doing that if you need to know for sure.

Ralph:

i just downloaded version 2.2.27, and yes, it seems that they have totally changed that bit of code. have you tried adding multiple SSL sites without hacking ISPConfig in case they just got rid of that restriction?

i don&#039;t exactly know how this version can be modified. i&#039;ll let you know if i find a solution.</description>
		<content:encoded><![CDATA[<p>Brandon: </p>
<p>digicert&#8217;s UCC certificates are pretty painless, and as far as i know, you only have to validate your new domain, but i&#8217;m not 100% sure. digicert has good customer support, i usually contact them through the web chat they have on their site. they usually respond pretty fast, so i recommend doing that if you need to know for sure.</p>
<p>Ralph:</p>
<p>i just downloaded version 2.2.27, and yes, it seems that they have totally changed that bit of code. have you tried adding multiple SSL sites without hacking ISPConfig in case they just got rid of that restriction?</p>
<p>i don&#8217;t exactly know how this version can be modified. i&#8217;ll let you know if i find a solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralph Manning</title>
		<link>http://www.invokemedia.com/setting-up-multiple-ssl-domains-on-amazon-ec2-one-ipport/comment-page-1/#comment-19355</link>
		<dc:creator>Ralph Manning</dc:creator>
		<pubDate>Fri, 14 Nov 2008 04:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.invokemedia.com/?p=425#comment-19355</guid>
		<description>Hi!

We seem to have a problem (we think) when trying to configure this solution.

Ww are unable to find the code in section 2 of step 3, where you say to comment out &#039;$ssl_count = $go_api-&gt;db-&gt;queryOneRecord(&quot;SELECT count(doc_id) as ssl_co ...&#039;.

As your article was posted 5 months ago, and ISPConfig has released a new 2x update (2.2.27, is it possible that they responded to your article and removed the code themselves?

Thanks for your help, and expeditious reply!

Have a nice day!

Ralph</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>We seem to have a problem (we think) when trying to configure this solution.</p>
<p>Ww are unable to find the code in section 2 of step 3, where you say to comment out &#8216;$ssl_count = $go_api-&gt;db-&gt;queryOneRecord(&#8220;SELECT count(doc_id) as ssl_co &#8230;&#8217;.</p>
<p>As your article was posted 5 months ago, and ISPConfig has released a new 2x update (2.2.27, is it possible that they responded to your article and removed the code themselves?</p>
<p>Thanks for your help, and expeditious reply!</p>
<p>Have a nice day!</p>
<p>Ralph</p>
]]></content:encoded>
	</item>
</channel>
</rss>
