<?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>Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx</link><description>&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Secure Socket Layer ( SSL ) and its successor Transport Layer Security ( TLS ) are protocols which use cryptographic algorithms to secure the communication between 2 entities. It is just a secure layer running</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10384924</link><pubDate>Mon, 14 Jan 2013 22:13:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10384924</guid><dc:creator>Kaushal Kumar Panday</dc:creator><description>&lt;p&gt;Kashif,&lt;/p&gt;
&lt;p&gt;There is already a fix for the Beast. Read this article: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/kaushal/archive/2012/01/21/fixing-the-beast.aspx"&gt;blogs.msdn.com/.../fixing-the-beast.aspx&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10384924" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10384866</link><pubDate>Mon, 14 Jan 2013 19:30:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10384866</guid><dc:creator>KashifL</dc:creator><description>&lt;p&gt;have a 32 Bit Windows 2008 machine, how do I disable the Ciphers on that server and make it not vulnerable to the BEAST.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10384866" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10269538</link><pubDate>Mon, 20 Feb 2012 00:19:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10269538</guid><dc:creator>Kaushal Kumar Panday</dc:creator><description>&lt;p&gt;thanks for the feedback Cron. I&amp;#39;ve included them now. Let me know if this helps. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10269538" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10269401</link><pubDate>Sun, 19 Feb 2012 00:18:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10269401</guid><dc:creator>cron22</dc:creator><description>&lt;p&gt;Great article, but I&amp;#39;d appreciate it if you&amp;#39;d put descriptions (altText), under your images so that users reading your information using screen readers have an idea of what you&amp;#39;re showing us. &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10269401" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10235624</link><pubDate>Thu, 10 Nov 2011 04:16:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10235624</guid><dc:creator>Kaushal Kumar Panday</dc:creator><description>&lt;p&gt;Hi Calvin,&lt;/p&gt;
&lt;p&gt;Sorry for the late reply. I was out on vacation, so couldn&amp;#39;t reply to you earlier.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t include the instruction setup because there is a KB article on the same.&lt;/p&gt;
&lt;p&gt;Here is the link: &lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/245030"&gt;support.microsoft.com/.../245030&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically if you want to disable or enable TLS/SSL on the server side, it has to be done via registry. &lt;/p&gt;
&lt;p&gt;Below is a snippet from the article:&lt;/p&gt;
&lt;p&gt;&amp;lt;Snippet&amp;gt;&lt;/p&gt;
&lt;p&gt;SCHANNEL Key&lt;/p&gt;
&lt;p&gt; Start Registry Editor (Regedt32.exe), and locate the following key in the registry.&lt;/p&gt;
&lt;p&gt; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL &lt;/p&gt;
&lt;p&gt;SCHANNEL\Protocols SubKey&lt;/p&gt;
&lt;p&gt;To enable the use of the protocols that will not be negotiated by default (such as TLS 1.1 or TLS 1.2), change the DWORD value data of the DisabledByDefault value to 0x0 in each of the following registry keys under the Protocols key:•SCHANNEL\Protocols\TLS 1.1\Client&lt;/p&gt;
&lt;p&gt;•SCHANNEL\Protocols\TLS 1.1\Server&lt;/p&gt;
&lt;p&gt;•SCHANNEL\Protocols\TLS 1.2\Client&lt;/p&gt;
&lt;p&gt;•SCHANNEL\Protocols\TLS 1.2\Server&lt;/p&gt;
&lt;p&gt;&amp;lt;Snippet&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10235624" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10232080</link><pubDate>Tue, 01 Nov 2011 14:28:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10232080</guid><dc:creator>Calvin L.</dc:creator><description>&lt;p&gt; &amp;nbsp;Hello &amp;nbsp;thanks Much, About TLS 1.2 in windows Seven7, &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx"&gt;blogs.msdn.com/.../support-for-ssl-tls-protocols-on-windows.aspx&lt;/a&gt;, Says you have to Turn On &amp;quot;TLS 1.2&amp;quot;, so Where Is The Instruction Setup, if you please ? ? ? Only In internet explorer , and, Or ,What, where, howTo, more, etc. plzz&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10232080" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10220328</link><pubDate>Wed, 05 Oct 2011 09:07:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10220328</guid><dc:creator>Suchitra Sethumadhav</dc:creator><description>&lt;p&gt;Excellent!! This was very helpful for me&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10220328" width="1" height="1"&gt;</description></item><item><title>re: Support for SSL/TLS protocols on Windows</title><link>http://blogs.msdn.com/b/kaushal/archive/2011/10/02/support-for-ssl-tls-protocols-on-windows.aspx#10218928</link><pubDate>Sun, 02 Oct 2011 11:37:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10218928</guid><dc:creator>Abhinav SIngh</dc:creator><description>&lt;p&gt;Nice clear information !!! helpful&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10218928" width="1" height="1"&gt;</description></item></channel></rss>