<?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"
	>

<channel>
	<title>Marko's Blog &#187; Handicrafts</title>
	<atom:link href="http://blog.markojung.net/category/handicrafts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markojung.net</link>
	<description>Texts for friends. Irrelevant stuff.</description>
	<pubDate>Fri, 07 Nov 2008 14:53:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Quite handy sample letters</title>
		<link>http://blog.markojung.net/2008/07/quite-handy-sample-letters/</link>
		<comments>http://blog.markojung.net/2008/07/quite-handy-sample-letters/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 07:40:16 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[Data protection]]></category>

		<category><![CDATA[Privacy]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=41</guid>
		<description><![CDATA[Even though these sample letters are in terms of webpages already shop-soiled, I lost my bookmark for them. So I would like to share it with you and conserve it by the way.
]]></description>
			<content:encoded><![CDATA[<p>Even though <a href="https://www.weltregierung.de/cgi-bin/ds-musterbriefe/brief.pl?mode=home" target="_blank">these sample letters</a> are in terms of webpages already shop-soiled, I lost my bookmark for them. So I would like to share it with you and conserve it by the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/quite-handy-sample-letters/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 and SSL certificates - Part II</title>
		<link>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/</link>
		<comments>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:39:23 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[openSUSE]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=40</guid>
		<description><![CDATA[As written yesterday, Firefox 3 displays all SSL certificate errors as error pages. In the openSUSE default config, you need at last four clicks to accept a certificate with an unknown signature.
By setting the following two values you can reduce this to two clicks:

browser.ssl_override_behaviour = 2
browser.xul.error_pages.expert_bad_cert = true

Then Firefox 3 behaves like it&#8217;s predecessor and you are not bugged by every self signed certificate. By the way: you should import CAcert.orgs root certificate at least for identifying websites into the keyring of your browser.
Kudos to Robin for mentioning the second configuration option to save another click!
]]></description>
			<content:encoded><![CDATA[<p>As <a href="/2008/07/firefox-3-and-ssl-certificates/">written yesterday</a>, <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox 3</a> displays all SSL certificate errors as error pages. In the openSUSE default config, you need at last four clicks to accept a certificate with an unknown signature.<span id="more-40"></span></p>
<p>By setting the following two values you can reduce this to two clicks:</p>
<ul>
<li><tt><strong><a href="http://kb.mozillazine.org/Browser.ssl_override_behavior" target="_blank">browser.ssl_override_behaviour</a> = 2</strong></tt></li>
<li><tt><strong><a href="http://kb.mozillazine.org/Browser.xul.error_pages.expert_bad_cert" target="_blank">browser.xul.error_pages.expert_bad_cert</a> = true</strong></tt></li>
</ul>
<p>Then Firefox 3 behaves like it&#8217;s predecessor and you are not bugged by every self signed certificate. By the way: you should import <a href="http://www.cacert.org/index.php?id=3" target="_blank">CAcert.orgs</a> root certificate at least for identifying websites into the keyring of your browser.</p>
<p>Kudos to Robin for mentioning the second configuration option to save another click!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates-part-ii/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 and SSL certificates</title>
		<link>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/</link>
		<comments>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 16:25:05 +0000</pubDate>
		<dc:creator>mjung</dc:creator>
		
		<category><![CDATA[Handicrafts]]></category>

		<category><![CDATA[openSUSE]]></category>

		<category><![CDATA[Firefox]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Tip]]></category>

		<guid isPermaLink="false">http://blog.markojung.net/?p=39</guid>
		<description><![CDATA[In Firefox 3, SSL certificate errors are displayed in the browser as error pages.
I really like this improved new error page, because the click path you have to follow requires that you read through all information once and hopefully remember the correct click path next time you encounter a SSL certificate with an unknown signature.
Unfortunately this new feature gets after a while really annoying. Luckily users may configure this feature using about:config. I suggest you change browser.ssl_override_behaviour to 2.
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.mozilla-europe.org/en/firefox/" target="_blank">Firefox 3</a>, SSL certificate errors are displayed in the browser as error pages.<span id="more-39"></span></p>
<p>I really like this improved new error page, because the click path you have to follow requires that you read through all information once and hopefully remember the correct click path next time you encounter a SSL certificate with an unknown signature.</p>
<p>Unfortunately this new feature gets after a while really annoying. Luckily users may configure this feature using <tt>about:config</tt>. I suggest you change <tt><a href="http://kb.mozillazine.org/Browser.ssl_override_behavior" target="_blank">browser.ssl_override_behaviour</a></tt> to 2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markojung.net/2008/07/firefox-3-and-ssl-certificates/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
