<?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>edeca.net &#187; firefox</title>
	<atom:link href="http://edeca.net/wp/tag/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://edeca.net/wp</link>
	<description>Musings of a geek</description>
	<lastBuildDate>Tue, 14 Feb 2012 00:18:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The pains of proxy authentication</title>
		<link>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/</link>
		<comments>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:57:55 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://staging.edeca.net/newsite/?p=159</guid>
		<description><![CDATA[A small network I manage uses Squid and today I decided to enable proxy authentication to improve security a little.  This was fairly trivial, I ended up using HTTP &#8220;basic&#8221; authentication and an existing htpasswd style password file. What was not trivial was the amount of bugs this unearthed in little more than 10 minutes.  [...]]]></description>
			<content:encoded><![CDATA[<p>A small network I manage uses Squid and today I decided to enable proxy authentication to improve security a little.  This was fairly trivial, I ended up using HTTP &#8220;basic&#8221; authentication and an existing htpasswd style password file.</p>
<p>What was not trivial was the amount of bugs this unearthed in little more than 10 minutes.  <span id="more-159"></span>No changes were required to the Firefox configuration on clients, but a password dialog was presented for the first site browsed.  And the second site.  And the third one.  On some client machines with the same version of Firefox, the checkbox &#8220;use password manager to remember..&#8221; was not present.  This is marked as unconfirmed in <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=439733">bug 439733</a>, but does seem be a problem.</p>
<p>Another problem occurs when Firefox starts.  A lot of things happen when Firefox starts: RSS feeds are updated, addons are checked for new versions and all the previous pages that were open are loaded.  Unfortunately, each one of these generates a password prompt.  This particular issue is <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=475053">bug 475053</a>.</p>
<p>Other programs are not perfect either.  The default package/update manager in Ubuntu does not honour the authentication configured in the Gnome global settings.  The cause?  Synaptic runs as root, but the authentication details are stored in the user&#8217;s session.  Ubuntu <a href="https://bugs.launchpad.net/ubuntu/+source/synaptic/+bug/13661">bug 13661</a> covers this, our local fix was to allow specific mirrors without authentication.</p>
<p>I&#8217;m sure this only scratches at the surface of problems that will appear, I will post again when any of the above are fixed.</p>
]]></content:encoded>
			<wfw:commentRss>http://edeca.net/wp/2009/07/the-pains-of-proxy-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

