<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - IIS, SSL Certificates, and hostheaders</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 09:25:03 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 09:25:03 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>7</c9:totalResults>
	<c9:pageCount>-7</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p>Suppose you've got an SSL certificate for &quot;foo.com&quot; and you've got an IIS website which serves requests for both &quot;www.foo.com&quot; and &quot;foo.com&quot;<br /><br />Now any request for &quot;<a href="https://www.foo.com&quot;">https&#58;&#47;&#47;www.foo.com&#34;</a> would give errors since the cert was issued to foo.com and not www.foo.com.<br /><br />What's the best way around this <i>besides</i> ordering a Wildcard SSL certificate? Is there any way to get IIS to automatically redirect all requests to www.foo.com to foo.com or something?<br /><br />Or if I've got 2 certificates, one for &quot;www.foo.com&quot; and one for &quot;foo.com&quot; is there any way to make them work together for the same website?<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/259980#259980</link>
		<pubDate>Mon, 31 Dec 2007 21:33:32 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/259980#259980</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p>Yes - you can configure multiple IP addresses on the server and have foo.com and www.foo.com bind to different IP addresses.<br /><br />As I understand common-or-garden SSL, the security is put in place <i>before</i> the Host: header is available, so the header cannot be used to to determine which certificate is appropriate.&nbsp; TLS avoids this issue, but I'm not sure how.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/148bd01dce474b00adae9dfa00bb3034#148bd01dce474b00adae9dfa00bb3034</link>
		<pubDate>Mon, 31 Dec 2007 23:46:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/148bd01dce474b00adae9dfa00bb3034#148bd01dce474b00adae9dfa00bb3034</guid>
		<dc:creator>Matthew van Eerde</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Matthew van Eerde/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Matthew van Eerde wrote:</div>
<div class="quoteBody">&#65279;Yes - you can configure multiple IP addresses on the server and have foo.com and www.foo.com bind to different IP addresses.</div>
</blockquote>
<br /><br />Not really an option, I've only got 1 IP address.<br /><br />But for now it'll have to do until I can afford a wildcard cert. Ah well.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/f752afd08b0b4f0aa8ba9dfa00bb30b9#f752afd08b0b4f0aa8ba9dfa00bb30b9</link>
		<pubDate>Tue, 01 Jan 2008 01:47:06 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/f752afd08b0b4f0aa8ba9dfa00bb30b9#f752afd08b0b4f0aa8ba9dfa00bb30b9</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p>Another option is to use a non-default port for the second SSL binding... you'll have to use URLs of the form
<a href="https://foo.com:1337/">https://foo.com:1337/</a>&nbsp;but the security will be preserved.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/02c59fc82a2f4444a08c9dfa00bb313d#02c59fc82a2f4444a08c9dfa00bb313d</link>
		<pubDate>Tue, 01 Jan 2008 18:54:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/02c59fc82a2f4444a08c9dfa00bb313d#02c59fc82a2f4444a08c9dfa00bb313d</guid>
		<dc:creator>Matthew van Eerde</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Matthew van Eerde/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p><blockquote>
<div class="quoteAuthor">Matthew van Eerde wrote:</div>
<div class="quoteBody">&#65279;
<p>Another option is to use a non-default port for the second SSL binding... you'll have to use URLs of the form
<a href="https://foo.com:1337/">https://foo.com:1337/</a>&nbsp;but the security will be preserved.</p>
</div>
</blockquote>
<br /><br />That's not what I'm after though.<br /><br />My cert is for &quot;foo.com&quot;, and that's it. Yet people expect websites to be at &quot;www.foo.com&quot;. The same virtual server serves requests for both &quot;foo.com&quot; and &quot;www.foo.com&quot;. Since the host-headers are different than the cert my visitors get a warning.<br /><br />I'm trying to eradicate the warning <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> I can get a second SSL for &quot;www.foo.com&quot; in addition to my cert for &quot;foo.com&quot;, but I can't see if/where/how IIS supports multiple certs per single instance of a virtual server.<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/f50f5037454840eeb53c9dfa00bb31c8#f50f5037454840eeb53c9dfa00bb31c8</link>
		<pubDate>Tue, 01 Jan 2008 19:29:39 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/f50f5037454840eeb53c9dfa00bb31c8#f50f5037454840eeb53c9dfa00bb31c8</guid>
		<dc:creator>W3bbo</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/W3bbo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p>Hmmm you could try to redirect without even sending out the SSL certificate, and on the destination use SSL again.</p>
<p>So basically you'd have a non SSL vhost answering at port 443 and redirecting to the other vhost.</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/95efe5d9c707495bbb539dfa00bb3249#95efe5d9c707495bbb539dfa00bb3249</link>
		<pubDate>Wed, 02 Jan 2008 00:44:52 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/95efe5d9c707495bbb539dfa00bb3249#95efe5d9c707495bbb539dfa00bb3249</guid>
		<dc:creator>Dorian Muthig</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Dodo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - IIS, SSL Certificates, and hostheaders</title>
		<description><![CDATA[<p>Host headers cannot be used for SSL because the setup of the&nbsp;SSL&nbsp;connection takes place when only the requested IP address is available to IIS.<br /><br />The best you can do with a single IP address is set up a non-SSL website for the host header
<a href="http://www.foo.com">www.foo.com</a> and have it redirect to <a href="https://foo.com">
https://foo.com</a><br /><br />This will work fine if people type <a href="http://www.foo.com">www.foo.com</a> in their browser as long as they dont type the HTTPS in front.<br /><br />BTW the option you want is: &quot;A permanent redirection for this resource&quot;<br /><br />Jorgie</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/476877d549e14f138b689dfa00bb3290#476877d549e14f138b689dfa00bb3290</link>
		<pubDate>Wed, 02 Jan 2008 04:56:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/259980-IIS-SSL-Certificates-and-hostheaders/476877d549e14f138b689dfa00bb3290#476877d549e14f138b689dfa00bb3290</guid>
		<dc:creator>Jorgie</dc:creator>
		<slash:comments>7</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Jorgie/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>