View Single Post
Posts: 10 | Thanked: 2 times | Joined on May 2010 @ Mannheim, Germany
#9
Originally Posted by schiele View Post
Probably I have to go the path and build a strace binary to monitor what this strange https process is actually doing...

I did that now and found the following:

The process in question tries to resolve downloads.maemo.nokia.com from the DNS server running on localhost (i.e. the phone itself). Those requests time out.

When trying to do the same from the console of the phone with "host downloads.maemo.nokia.com localhost" it works perfectly fine though.

This seems really weired. Anyone with an idea what the cause could be for that?