Failed to fetch URL http://dl-ssl.google.com/android/repository/addons_list-1.xml, reason: Failure initializing default SSL context
Posted
by
user1156220
on Stack Overflow
See other posts from Stack Overflow
or by user1156220
Published on 2012-01-18T12:51:06Z
Indexed on
2012/04/01
23:29 UTC
Read the original article
Hit count: 401
android
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?
© Stack Overflow or respective owner