<?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>semioticpixels scratch pad &#187; ssl</title>
	<atom:link href="http://www.semioticpixels.com/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semioticpixels.com</link>
	<description></description>
	<lastBuildDate>Sun, 23 May 2010 20:07:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>open ssl upgrade from ssl 2 -&gt; ssl 3</title>
		<link>http://www.semioticpixels.com/2009/10/open-ssl-upgrade-from-ssl-2-ssl-3/</link>
		<comments>http://www.semioticpixels.com/2009/10/open-ssl-upgrade-from-ssl-2-ssl-3/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 17:18:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PCI compliance]]></category>
		<category><![CDATA[linux server administration]]></category>
		<category><![CDATA[infrastructure]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.semioticpixels.com/?p=74</guid>
		<description><![CDATA[I inherited a number of web servers that had been installed and configured by different contractors and am now in the process of evaluating what needs to happen to bring them all up to snuff as well as figuring out ways to streamline regular updates.   Some of those web servers are still on [...]]]></description>
			<content:encoded><![CDATA[<p>I inherited a number of web servers that had been installed and configured by different contractors and am now in the process of evaluating what needs to happen to bring them all up to snuff as well as figuring out ways to streamline regular updates.   Some of those web servers are still on Red 7.3 (!), the last free open source version of Red Hat.  They&#8217;re quite old in server years.  Additionally I have a few other servers I set up a year ago that are more up-to-date running Ubuntu 8 LTS, but the Apache version is 2.2.11 and 2.2.8.  Our security scanning service notifies me regularly that SSL v 2 must be upgraded to SSL v3, which requires an upgrade to Apache 2.2.13</p>
<h3>Environment:</h3>
<p>Apache 1.3.29</p>
<h3>References:</h3>
<p><a href="http://apachehacker.com/kabir/security/disabling-weak-ssl-v2-support-in-apache-server.html">How to Disable SSL v 2 support in Apache</a></p>
<p>On Aug 10, 2009, Apache released an upgrade that addresses a DOS vulnerability.</p>
<p>server:</p>
<pre>/usr/local/apache2/bin/httpd -v
# Server version: Apache/2.2.11 (Unix)
# Server built:   Jan 15 2009 13:39:20</pre>
<p>dev server:</p>
<pre>/usr/sbin/apache2 -v</pre>
<h3>Issues</h3>
<ol>
<li>caused 401 error for all http requests (worked correctly for https connections) <a href="http://forums.cpanel.net/f5/apache-2-2-13-upgrade-breaks-site-127817.html">source</a></li>
<li>Seem to be some issues with mac version &#8211; It&#8217;s unclear whether this is an issue with a pre-compiled mac version or a generic self-compiled (which should be identical to the linux version) <a href="http://diymacserver.com/">source</a></li>
</ol>
<h3>Dev Server Tests</h3>
<p>Ran apt-get update and apt-get upgrade on dev server</p>
<p>ran apt-get upgrade apache2 and message returned says that 2.2.8 is the current version.  Which means my dev and my production servers are out of sync. I was surprised to learn that the last contractor from whom I took over server management had installed from source, removing Apache from package management. Not a big deal really, but it was undocumented.</p>
<p>In any case, there doesn&#8217;t appear to be a package release for Apache 2.2.13 yet in Ubuntu.  Only one of the 4 bugfixes has a security bulletin attached, so I&#8217;ve decided to wait a few weeks to see if anything new transpires in the security bulletins.  In general, I prefer to wait on updating production servers until a new release has been out long enough for bugfixes to be released.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.semioticpixels.com/2009/10/open-ssl-upgrade-from-ssl-2-ssl-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
