This Time Self-Hosted
dark mode light mode Search

Self-signed certificates on the E61: failed.

I’m not sure if you remember, but last Christmas I blogged about my need to find a way to allow my smartphone (a Nokia E61) to automatically accept the certificate file for my IMAP server, to avoid having to accept it every time when I want to check my mails.

Well, I originally thought it was just a problem of format, as a lot of places on the net talked about the need to convert the PEM certificate to a DER certificate, and then download it with the internal browser from a properly-configured webserver (properly meaning the certificate is served with the mime-type application/x-509-ca-cert), but then it wasn’t enough, I thought it was a problem of size of the certificate (over 1024 bits it doesn’t seem to be supported) but it wasn’t the case either, and the last idea I had was that the problem was with the firmware version.

Unfortunately last month when I asked a friend of mine to help me updating the firmware on the phone, the download process on his laptop (with Windows XP) took more than three hours, then we shut everything down, as it was coming late, and the download wasn’t complete yet. I tried upgrading through a (demo) version of Parallels Desktop for Mac OS X, but it didn’t help either, today I tried on vmware-server, and there it worked fine, without the problems with disconnection and reconnection of the USB device that Parallels suffered from (probably while the device was being reconfigured to provide a different interface to check the phone model, serial and firmware). The firmware upgrade process went fine and easy, in about thirty minutes just like Nokia wrote on the site, I’m not sure what was wrong with my friend’s laptop, nor I care much at this point, if I have to be blunt.

But, not even the firmware update helped me.. so I decided to investigate further: the posts on the web about the configuring the E61 (or the USA-marketed E62, which should just be a crippled version of mine) mixes information about the addition of extra Certificate Authority certificates with requests for help with self-signed certificate. As soon as I considered this, light shed into my mind and I found the problem: the Nokia E61 does not support self-signed certificates; this is an absolute, and there doesn’t seem to be a way to get around this. What you can do instead is create your own Certificate Authority, load that certificate on the smartphone, and then use it to generate your own SSL certificate; this solved the problem for me entirely.

If you need an easy way to build a certificate authority certificate, and to create a new certificate signed with that, you might want to look in the openvpn’s sources’ tarball, that contains an easy-rsa directory with a series of scripts that really helps on that matter.

By the way, the reason why I updated firmware was also to enable the VoIP features, so that I can have a landline-like number routed on my phone while I’m at home (or anywhere where a WLAN can be found) allowing me to receive calls directly without passing through my family’s number.

Comments 3
  1. Sorry for beeing off-topic, but knowing you as a Gentoo advocate, did you found a satisfiable solution to sync your calendar dates and contacts between the E61 and a linux based groupware software, e.g. kontact (kmail/kaddressbook/korganizer) or do you sync exclusively through the Mac OS X?

  2. I unfortunately didn’t find one 🙁 I’m still looking for one, and I’ve inquired Marco (RockMan), the author of KMobileTools if the status of OpenSync in KDE4 is improved.. it doesn’t seem to be.i could probably try to join the team working on that to add SyncML support in KDEPIM, but that would require me something I don’t have: extra time.So for now yes, i sync exclusively from OS X, but also that happens rarely (mostly to backup the address book).

  3. Ah, thanks for the info. I will going to play a bit around with opensync and command line tools. I’ve read about people who got that thing to sync… at least, if the statements in the devices compatibility list are correct.Regards, Tobias

Leave a Reply to Tobias RoeserCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.