<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mindeasy Technology Know how &#187; SSL</title>
	<atom:link href="http://mindeasy.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindeasy.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 21 Jul 2010 23:12:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=6673</generator>
		<item>
		<title>Disable SSL 2.0 in IIS</title>
		<link>http://mindeasy.com/2010/06/disable-ssl-2-0-in-iis/</link>
		<comments>http://mindeasy.com/2010/06/disable-ssl-2-0-in-iis/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 23:34:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://mindeasy.com/?p=13</guid>
		<description><![CDATA[Why do you want to Disable SSL 2.0 on your web server.  Well the reason is all new SSL certificates now come as SSL 3.0 and the second reason SSL 2.0 is insecure.  It is susceptible to man in the middle attacks.  All Certificates  now only Use SSL 3.0, Now if your site still uses a [...]]]></description>
			<content:encoded><![CDATA[<p>Why do you want to Disable SSL 2.0 on your web server.  Well the reason is all new SSL certificates now come as SSL 3.0 and the second reason SSL 2.0 is insecure.  It is susceptible to man in the middle attacks.  All Certificates  now only Use SSL 3.0, Now if your site still uses a certificate with SSL 2.0 get a new one.  Alsoif you have a system that scan your site like Macafee Hackersafe or Security Metrics, it will detect that you have SSL 2.0 and it will actually make you PCI in-compliant.  Below are the steps on how to disable SSL 2.0 on a Windows 2003 server with IIS 6.0 installed.</p>
<ol>
<li>Click <strong>Start</strong>, click <strong>Run</strong>, type regedt32 or type regedit, and then click <strong>OK</strong></li>
<li>In Registry Editor, locate the following registry key:HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols\SSL 2.0\Server</li>
<li>On the <strong>Edit</strong> menu, click <strong>Add Value</strong>.</li>
<li>In the <strong>Data Type</strong> list, click <strong>DWORD</strong></li>
<li>In the <strong>Value Name</strong> box, type <strong>Enabled</strong>, and then click <strong>OK</strong></li>
<li>Click <strong>OK</strong>. Restart the computer</li>
</ol>
<p>These Instructions work with both IIS 6.0 and IIS 7.0</p>
]]></content:encoded>
			<wfw:commentRss>http://mindeasy.com/2010/06/disable-ssl-2-0-in-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
