<?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>Hack Admin &#187; pci compliance</title>
	<atom:link href="http://www.hackadmin.com/tag/pci-compliance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackadmin.com</link>
	<description></description>
	<lastBuildDate>Tue, 16 Mar 2010 21:31:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Test Your Site for Specific SSL Version Support</title>
		<link>http://www.hackadmin.com/2008/06/30/test-your-site-for-specific-ssl-version-support/</link>
		<comments>http://www.hackadmin.com/2008/06/30/test-your-site-for-specific-ssl-version-support/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 21:08:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[pci]]></category>
		<category><![CDATA[pci compliance]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[ssl v2]]></category>
		<category><![CDATA[ssl version support]]></category>

		<guid isPermaLink="false">http://www.hackadmin.com/2008/06/30/test-your-site-for-specific-ssl-version-support/</guid>
		<description><![CDATA[Ok, so I had a hell of a time with some PCI compliance stuff.   I was in somebody else&#8217;s config and it was a mess.  Basically what I needed was a tool to test for what versions of SSL the server was allowing.   Instead, I kept mucking with the config trying to get all the [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I had a hell of a time with some PCI compliance stuff.   I was in somebody else&#8217;s config and it was a mess.  Basically what I needed was a tool to test for what versions of SSL the server was allowing.   Instead, I kept mucking with the config trying to get all the SSLv2 crap out of it&#8230; and it kept accepting SSLv2 requests.  In order to verify I had failed again, I was waiting for the PCI reports to return (2 or 3 hours).  Not very time efficient.</p>
<p><span id="more-14"></span>At any rate, here&#8217;s what I finally found:</p>
<h3>For Windoze Whores:</h3>
<p><a href="http://support.microsoft.com/kb/284285">http://support.microsoft.com/kb/284285</a></p>
<h3>From the command line:</h3>
<p><code>openssl s_client -host localhost -port 443 -ssl2</code></p>
<p>Of course you can rotate through your protocols and examine the output.</p>
<p>*Sigh*&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hackadmin.com/2008/06/30/test-your-site-for-specific-ssl-version-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

