<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Adding an HTTPS Endpoint to a Windows Azure Cloud Service</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx</link><description>[ Update : With the November 2009 release of the Windows Azure Tools - this post is now obsolete - an updated post is available here ] Lately there has been a couple of threads on the forum and some internal email around setting up an https endpoint on</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Adding an HTTPS Endpoint to a Windows Azure Cloud Service | ASP NET Hosting</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9608109</link><pubDate>Tue, 12 May 2009 23:40:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608109</guid><dc:creator>Adding an HTTPS Endpoint to a Windows Azure Cloud Service | ASP NET Hosting</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://asp-net-hosting.simplynetdev.com/adding-an-https-endpoint-to-a-windows-azure-cloud-service/"&gt;http://asp-net-hosting.simplynetdev.com/adding-an-https-endpoint-to-a-windows-azure-cloud-service/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Adding an HTTPS Endpoint to a Windows Azure Cloud Service - Jim Nakashima</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9608391</link><pubDate>Wed, 13 May 2009 02:33:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608391</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
</description></item><item><title>Adding an https endpoint to a Windows Azure Web Role</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9608396</link><pubDate>Wed, 13 May 2009 02:46:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9608396</guid><dc:creator>Cloud Computing Tools Team</dc:creator><description>&lt;p&gt;Here's a helpful walkthrough on how to add an https endpoint to a Windows Azure Cloud Service. [Fixed&lt;/p&gt;
</description></item><item><title>re: Adding an HTTPS Endpoint to a Windows Azure Cloud Service</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9637938</link><pubDate>Sun, 24 May 2009 00:29:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9637938</guid><dc:creator>Dave Remmer</dc:creator><description>&lt;p&gt;Jim, this was really helpful. I've got a little addition that might be of help to anyone who wants to simulate this working but not get the warning about the certificate not matching the certificate (during testing): if you modify your hosts file to map 127.0.0.1 to the name of the self-signed certificate you won't get a certificate warning (on your local machine). Please do note that a) be careful with this - if you forget you did this you'll eventually be sorry so &amp;quot;handle with care&amp;quot;; b) this will only work if you redirect your page on launch to the new name; and c) this is obviously not going to work up in the Azure fabric - however you're going to want a real certificate for that anyway!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dave Remmer&lt;/p&gt;
</description></item><item><title>re: Adding an HTTPS Endpoint to a Windows Azure Cloud Service</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9928577</link><pubDate>Wed, 25 Nov 2009 15:02:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928577</guid><dc:creator>DaveT</dc:creator><description>&lt;p&gt;Great post!&lt;/p&gt;
&lt;p&gt;I have tried implementing this on the cloud, and I noticed there are a couple of steps before deploying the solution (deploy the certificates etc.)&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/davethompson/archive/2009/11/24/add-ssl-security-to-your-azure-webrole.aspx"&gt;http://blogs.msdn.com/davethompson/archive/2009/11/24/add-ssl-security-to-your-azure-webrole.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;are there any thoughts about deploying the certificates along with the cspkg?&lt;/p&gt;
</description></item><item><title>re: Adding an HTTPS Endpoint to a Windows Azure Cloud Service</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9928741</link><pubDate>Wed, 25 Nov 2009 19:30:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928741</guid><dc:creator>jnak</dc:creator><description>&lt;p&gt;Thanks DaveT, great post.&lt;/p&gt;
&lt;p&gt;With the November release, you can no longer deploy the certificates with the cspkg.&lt;/p&gt;
&lt;p&gt;In other words, this post is now obsolete and will be updated with the new mechanism (similar to your post in fact)&lt;/p&gt;
</description></item><item><title>re: Adding an HTTPS Endpoint to a Windows Azure Cloud Service</title><link>http://blogs.msdn.com/jnak/archive/2009/05/12/https-endpoint-on-windows-azure.aspx#9929492</link><pubDate>Fri, 27 Nov 2009 19:38:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9929492</guid><dc:creator>DaveT</dc:creator><description>&lt;p&gt;thanks jnak, I noticed that there was a way of doing it with the previous sdk, I thought I may have been missing something. &amp;nbsp;Good to have confimation.&lt;/p&gt;
</description></item></channel></rss>