<?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>Ian Winter &#187; ERROR_INTERNET_SECURITY_CHANNEL_ERROR</title>
	<atom:link href="http://ianwinter.co.uk/tag/error_internet_security_channel_error/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianwinter.co.uk</link>
	<description>Have you found the instructions yet?</description>
	<lastBuildDate>Wed, 14 Sep 2011 22:16:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>MSIE SSL Oddness</title>
		<link>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/</link>
		<comments>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 14:09:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[ERROR_INTERNET_SECURITY_CHANNEL_ERROR]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[msie]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://ianwinter.co.uk/?p=1083</guid>
		<description><![CDATA[Internet Explorer strikes again, sometimes. In Chrome, Firefox and Safari the problem doesn&#8217;t present. On a couple of webservers in a cluster we recently noticed the following type of error being returned randomly on images, CSS and JavaScript files when calling the page via SSL. GET ERROR_INTERNET_SECURITY_CHANNEL_ERROR image/gif https://www.domain.com/path/to/image.gif Now the majority of our SSL [...]]]></description>
			<content:encoded><![CDATA[<p>Internet Explorer strikes again, sometimes. In Chrome, Firefox and Safari the problem doesn&#8217;t present. On a couple of webservers in a cluster we recently noticed the following type of error being returned randomly on images, CSS and JavaScript files when calling the page via SSL.</p>
<p><code>GET ERROR_INTERNET_SECURITY_CHANNEL_ERROR image/gif https://www.domain.com/path/to/image.gif<br />
</code></p>
<p>Now the majority of our SSL certificates for the site in question are server out via a SSL accelerator on our Cisco LBAL&#8217;s but this site wasn&#8217;t. It was still using a cert on the local box. Having dug deeper I noticed that a couple of the servers had the following lines of code in whereas all the others didn&#8217;t. Due to the load balancing that solves the randomness side of it.</p>
<p><code>AddType application/x-x509-ca-cert .crt<br />
AddType application/x-pkcs7-crl    .crl<br />
SSLPassPhraseDialog  builtin<br />
SSLSessionCache         shmcb:/var/cache/mod_ssl/scache(512000)<br />
SSLSessionCacheTimeout  300<br />
SSLMutex default<br />
SSLRandomSeed startup file:/dev/urandom  256<br />
SSLRandomSeed connect builtin<br />
SSLCryptoDevice builtin</code></p>
<p>Something in those lines of code causes the issues, I&#8217;m stabbing in the dark that it&#8217;s the session cache as none of the others would seem to be causing the problem. I&#8217;ve not tried line by line to find the offender.</p>
<p>Hopefully that will help someone out as I found lots of results in Google but not many solutions!</p>
]]></content:encoded>
			<wfw:commentRss>http://ianwinter.co.uk/2009/10/16/msie-ssl-oddness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

