Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Failure initializing default SSL context
- by user1156220
Launching the android SDK manager from the command line gets me this error and others like:
Failed to fetch URL
http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason:
Failure initializing default SSL context
I've done plenty of searches and have forced http instead of https, created an androidtool.cfg file and added the line sdkman.force.http=true
permisions for all files in ~/.android are rw r r.
I'm calling android logged in as the owner of those files.
I am not using a proxy and I have no anti virus running.
I just installed fedora 16 and am not sure of any firewalls running by default.
I suspect a permissions problem somewhere along the line.
any ideas?