19 Jul 2008 MarkAtwood   » (Master)

Running BZR on Fedora Core 9

There is a brokenness in the Bazaar bzr command line tool and in Launchpad.net, that was revealed on Fedore Core 9.

Launchpad.net uses a CA authority that a SSL library in one particular Python module doesnt know about. This is several bugs at once. Launchpad trying to be "special" with CAs, bzr having two completely different Python HTTP client libraries, and being inconsistant about checking SSL host keys.

But, until they quit fingerpointing and get it fixed, here is a good workaround, until they get it fixed. Run the following command:


curl -NO http://curl.haxx.se/ca/cacert.pem >~/cacert.pem


Now the Python SSL HTTP library in bzr will use that set of CAs instead of the system one, and it will quietly and correctly Just Work

Syndicated 2008-07-19 22:02:49 from Mark Atwood

Latest blog entries     Older blog entries

New Advogato Features

FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!