Networking

How to Load Pages with Unverified SSL Certs in Web+

Tip submitted by Jorge G. Mare on Fri, 09/03/2010 - 11:24

Preventing the user from loading pages that do not have a verified SSL certficate is a good security practice that most browsers follow. Usually, when you attempt to access a page with a self-signed SSL certificate, your browser will show a warning message but still allow you to proceed for cases where you know (or assume at your own risk) that the site is safe. In most cases, there is also exception handling for adding sites to an exception list, so that you are not bugged with the warning message everytime you try to access sites known to be safe by the user.

Unfortunately, as of its latest version -- r544 released on August 18 -- Haiku's native browser WebPositive does not handle SSL certificate verification exceptions; so if you hit a site with an unverified certificate, you get an error message and you are unable to proceed to the page. Here is a temporary workaround that will allow you to override this behaviour. Needless to say, use it at your own risk (you have been warned).

Migrating Your Thunderbird Email to Haiku

Tip submitted by Jorge G. Mare on Sun, 10/04/2009 - 22:50

In Haiku, each email message is stored as a separate file with email-related attributes (ie., From, To, Subject, Status, etc.). In contrast, Thunderbird stores all messages for any given folder in a standard plain text mbox file, where all messages are concatenated in a single file (more details about mbox, in case you are curious). Fortunately, there is a rather simple way to migrate your Thunderbird messages to Haiku email files, by using a little known command line utility called mbox2mail. This small but useful command line program converts mbox email files into individual Haiku email files and adds their corresponding email file type attributes.

Syndicate content