<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.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>Update for the MCMS SSL Http Module (last updated: July 3rd, 2004)</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx</link><description>I received some feedback about my CmsSslHttpModule . Some tried to use this module together with my CmsNiceUrlHttpModule . The result: when the CmsSslHttpModule switches between http and https the URLs did not change to the friendly URLs. I analyzed the</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Update for the MCMS SSL Http Module</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#158760</link><pubDate>Fri, 18 Jun 2004 08:38:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:158760</guid><dc:creator>Chris</dc:creator><description>Hi Stefan, thanks for the fix, it works great.&lt;br&gt;&lt;br&gt;I mad a small addition to the code, to allow the custom property to be set either by channel or posting:&lt;br&gt;right after we check the channel...&lt;br&gt;&lt;br&gt;if (RequireSSL == false)&lt;br&gt;{&lt;br&gt;  if (CmsHttpContext.Current.Posting.CustomProperties[&amp;quot;RequireSSL&amp;quot;] != null)&lt;br&gt;&lt;br&gt;      RequireSSL = (CmsHttpContext.Current.Posting.CustomProperties[&amp;quot;RequireSSL&amp;quot;].Value).ToLower() == &amp;quot;yes&amp;quot;;&lt;br&gt;}</description></item><item><title>re: Update for the MCMS SSL Http Module</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#161830</link><pubDate>Tue, 22 Jun 2004 08:13:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:161830</guid><dc:creator>Chris</dc:creator><description>Hi Stefan,&lt;br&gt;&lt;br&gt;one more small change... I wrapped the whole thing in a try...catch because it was throwing a server error when you clicked on &amp;quot;channel properties&amp;quot; in the web editor.</description></item><item><title>re: Update for the MCMS SSL Http Module</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#170635</link><pubDate>Thu, 01 Jul 2004 16:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:170635</guid><dc:creator>Stefan</dc:creator><description>Hi Chris,&lt;br&gt;&lt;br&gt;I tried to repro your problem but on my systems everything works fine.&lt;br&gt;Could you please tell me when the problem occurs?&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Stefan.</description></item><item><title>re: Update for the MCMS SSL Http Module</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#172087</link><pubDate>Sat, 03 Jul 2004 05:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:172087</guid><dc:creator>Chris</dc:creator><description>Hi Stefan,&lt;br&gt;&lt;br&gt;It happened every time I clicked the &amp;quot;channel properties&amp;quot; link on the floating console, in any page on the site.  All I did was add a catch that returns nothing, and everything is fine now.</description></item><item><title>re: Update for the MCMS SSL Http Module</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#172366</link><pubDate>Sat, 03 Jul 2004 20:53:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:172366</guid><dc:creator>Stefan</dc:creator><description>Hi Chris,&lt;br&gt;&lt;br&gt;ok, I'm not able to repro it in your scenario. But I can repro it using forms authentication when the redirect to the login page happens.&lt;br&gt;&lt;br&gt;I have adjusted the sample above.&lt;br&gt;Thanks for the heads-up!&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Stefan.</description></item><item><title>MCMS tip of the day - SSL protection for MCMS channels</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/06/14/155231.aspx#404029</link><pubDate>Thu, 21 Apr 2005 16:03:55 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:404029</guid><dc:creator>Stefan Goßner</dc:creator><description>Ever thought about protecting parts of your MCMS site with SSL?In IIS you can enforce this for virtual...</description></item></channel></rss>