iPhone MP4 over SSL HTTPS issue

The iPhone and iPod touch are able to ’stream’, open MP4, MP3, AAC, M4V, and M4B files over an http connection. So when visiting a website you are able to click on a url, and QuickTime will start playing your file. This works fine when using a HTTP connection, strange things begin to happen when [...]

Netatalk served by Debian/ Ubuntu

File sharing between computers at my home use smb/ samba connection. I also have an Apple Macbook, so why use a protocol by Microsoft? Apple’s Finder supports afp (appletalk) file share protocol by default, curious about it i’ve installed Netatalk on my Debian 4.0 lenny server. You cannot get filesharing working by using the default [...]

Updating openssl certificate

My ssl certificate expired in Debian. So to create a new one use this command: openssl req$@ -new -x509 -days 3650 -nodes -out /etc/apache2/apache.pem (location of .pem) -keyout /etc/apache2/ssl/apache.pem (location of .pem)
Note the extra lang time to live. Check out this helpful page.
Edit:I’ve got this fix from a former colleague of mine.