<?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>Rogierm&#039;s Blog &#187; ssl</title>
	<atom:link href="http://rogierm.redbee.nl/blog/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogierm.redbee.nl/blog</link>
	<description>Just another blog with technical stuff</description>
	<lastBuildDate>Mon, 09 Jan 2012 16:15:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Strong ciphers on Foundry ServerIron</title>
		<link>http://rogierm.redbee.nl/blog/2010/02/15/strong-ciphers-on-foundry-serveriron/</link>
		<comments>http://rogierm.redbee.nl/blog/2010/02/15/strong-ciphers-on-foundry-serveriron/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[foundry]]></category>
		<category><![CDATA[loadbalancer]]></category>
		<category><![CDATA[PCI]]></category>
		<category><![CDATA[serveriron]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://rogierm.redbee.nl/blog/?p=117</guid>
		<description><![CDATA[When setting up SSL offloading on a Foundry ServerIron 4G-SSL the default installation allows weak (eg. DES, 56bit) ciphers and SSLv2. This is not a recommended setup, especially if you have to comply to certain security certifications, like PCI. The Foundry documentation does not give a lot of information on the ciphers that are supported. [...]]]></description>
			<content:encoded><![CDATA[<p>When setting up SSL offloading on a Foundry ServerIron 4G-SSL the default installation allows weak (eg. DES, 56bit) ciphers and SSLv2. This is not a recommended setup, especially if you have to comply to certain security certifications, like PCI. The Foundry documentation does not give a lot of information on the ciphers that are supported. Below the commands to disable SSLv2 and allow only strong ciphers on an ssl accelerated host. </p>
<p>To change the ssl profile of a virtual server, always follow the following steps: </p>
<ol>
<li>Remove the ssl profile from the virtual server</li>
<li>Change the ssl profile settings</li>
<li>Enable the ssl profile on the virtual server</li>
</ol>
<p><code><br />
server virtual vservername<br />
no port ssl ssl-terminate sslprofilename</p>
<p>exit</p>
<p>ssl profile sslprofilename<br />
disable-ssl-v2<br />
no  cipher-suite all-cipher-suites<br />
cipher-suite rsa-with-3des-ede-cbc-sha<br />
cipher-suite rsa-with-aes-128-sha<br />
cipher-suite rsa-with-aes-256-sha<br />
cipher-suite rsa-with-rc4-128-md5<br />
cipher-suite rsa-with-rc4-128-sha</p>
<p>exit</p>
<p>server virtual  vservername<br />
port ssl ssl-terminate sslprofilename<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://rogierm.redbee.nl/blog/2010/02/15/strong-ciphers-on-foundry-serveriron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

