<?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>Web Development and stuff... &#187; SSL</title>
	<atom:link href="http://lenss.nl/tag/ssl/feed/" rel="self" type="application/rss+xml" />
	<link>http://lenss.nl</link>
	<description>Thijs Lensselink - Web Developer</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:16:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>No Thunderbird labels when using imap over SSL</title>
		<link>http://lenss.nl/2009/06/no-thunderbird-labels-when-using-imap-over-ssl/</link>
		<comments>http://lenss.nl/2009/06/no-thunderbird-labels-when-using-imap-over-ssl/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 08:40:50 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://lenss.nl/?p=459</guid>
		<description><![CDATA[Last week i moved one of our domains to a new server. After syncing all the email between two servers i was happy i didn&#8217;t had any problems in the process. But a few days later one of the girls in the office noticed she can&#8217;t share labels anymore. This is a big problem since [...]]]></description>
			<content:encoded><![CDATA[<p>Last week i moved one of our domains to a new server. After syncing all the email between two servers i was happy i didn&#8217;t had any problems in the process. But a few days later one of the girls in the office noticed she can&#8217;t share labels anymore. This is a big problem since we have one mailbox that is shared over 4 people. When somebody works on a newly arrived mail they can tag it so the others can see it&#8217;s being worked on.</p>
<p>So after some hour of playing with settings i figured out the problem was SSL. If i disable SSL the labels come through normally. If i enable SSL no labels are being loaded. At this moment i am not sure if it&#8217;s a mail server issue, a mis configured SSL certificate or maybe a bug in Thunderbird. Will do some more research when i get back from my well deserved vacation. </p>
<p>There seems to be some sort of <a href="https://addons.mozilla.org/nl/thunderbird/addons/versions/8919">solution</a> available in the form of an extension for Thunderbird. But it&#8217;s only available for v3 and up!</p>
<p>So the workaround for now is to disable SSL. I&#8217;m not to happy about it. But it will do for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2009/06/no-thunderbird-labels-when-using-imap-over-ssl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google earth libcrypto crash</title>
		<link>http://lenss.nl/2009/02/google-earth-libcrypto-crash/</link>
		<comments>http://lenss.nl/2009/02/google-earth-libcrypto-crash/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 10:50:26 +0000</pubDate>
		<dc:creator>Thijs Lensselink</dc:creator>
				<category><![CDATA[/home]]></category>
		<category><![CDATA[crypto]]></category>
		<category><![CDATA[earth]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google-earth]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://lenss.nl/?p=258</guid>
		<description><![CDATA[I was reading up on some new features the guys at google pushed into google-earth. And i was curious enough to give it a try. So i downloaded the installer for Linux and installed the application without any errors. But when i tried launching it from a command line. I was surprised to see the [...]]]></description>
			<content:encoded><![CDATA[<p>I was reading up on some new features the guys at google pushed into <a href="http://earth.google.nl/">google-earth</a>. And i was curious enough to give it a try. So i downloaded the installer for Linux and installed the application without any errors. But when i tried launching it from a command line. I was surprised to see the application crash and burn with the following message:</p>
<blockquote><p>
Warning: Unable to create prefs directory &#8216;/home/user/.googleearth&#8217;. File exists.<br />
./googleearth-bin: relocation error: /usr/lib/i686/cmov/libssl.so.0.9.8: symbol BIO_test_flags, version OPENSSL_0.9.8 not defined in file libcrypto.so.0.9.8 with link time reference</p></blockquote>
<p>Seems the libcrypto.so is linked against some wrong libraries. Thankfully this is pretty easy to fix. Just browse to the google-earth install directory and run the following commands:</p>
<blockquote><p>
$ rm libcrypto.so.0.9.8<br />
$ ln -s /usr/lib/libcrypto.so libcrypto.so.0.9.8
</p></blockquote>
<p>The main reason i installed google-earth was to check out the new ocean view feature. So i selected a piece of coastline near the Netherlands.</p>
<p><img src="http://lenss.nl/wp-content/uploads/2009/02/nl_coast.jpg" alt="nl_coast" title="nl_coast" width="400" height="326" class="alignnone size-full wp-image-263" /></p>
<p>Although i was looking for some ocean life. The first thing i found was an airplane <img src='http://lenss.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://lenss.nl/wp-content/uploads/2009/02/plane.jpg" alt="plane" title="plane" width="400" height="327" class="alignnone size-full wp-image-264" /></p>
]]></content:encoded>
			<wfw:commentRss>http://lenss.nl/2009/02/google-earth-libcrypto-crash/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
