I had the problem on Win7x64 using http worked fine,
i made a tcpdump of what happens when AVD tries to use https location
and compared it to downloading the same file with chrome
AVD sends a SSLv2 Client Hello while chrome sends a TLSv1 Client Hello
then the Server Hello, Certificate, and Server Hello replies are the
same (all TLSv1)
After that chromes continues with the handshake while AVD sends an
Alert (type== Unexpected Message)
looks like it wants SSLv2 and wont accept the TLSv1 handshake

I'm using
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)


On Jan 17, 3:30 am, choffman <[email protected]> wrote:
> Hi, I had the same problem on Fedora 12.
> I added a new site-http://dl.google.com/android/repository/repository.xml
> , selected it and it worked.
> "Force https" in the settings had no effect.
>
> Strange thing though. When I reopen AVD, the new http site is checked,
> but AVD is still trying to go to
> the https site. So I have to deselect and reselect the site check
> boxes. IDK, it works.
>
> On Jan 4, 9:31 am, teryz <[email protected]> wrote:
>
>
>
> > I have a problem using Android SDK Updater (revision 4). For the
> > record I'm under win xp 32-bits, jdk 1.6.
> > I set up the "Force https://... sources to be fetched using http://....
> > This seemed to work fine but as I am behing a (corporate) proxy I also
> > filled the proxy server and port settings, however this proxy requires
> > a user/password and I can't find a way to give Android Updater a proxy
> > authentication as no authentication box pops up when I try downloading
> > updates and I have a
> > " response code: 407 for 
> > URL:http://dl-ssl.google.com/android/repository/repository.xml";
> > when refreshing sources.
>
> > If someone can help...
>
> > Teryz.
>
> > On 4 déc 2009, 09:30, Cédric Berger <[email protected]> wrote:
>
> > > 2009/10/29 Cédric Berger <[email protected]>:
>
> > > > 2009/10/29 Cédric Berger <[email protected]>:
> > > >> I can't download through a proxy requiring authentication.
>
> > > >> I had to select force http, and put user/password for proxy in JVM
> > > >> command line. This way I can get the list of available updates.
> > > >> But when trying to download, it stays stuck (looks like it waits for
> > > >> user/password, but no prompt).
>
> > > > Oh in fact it is ok. Through a second proxy (with authentication too)
> > > > it worked. Looks like the first proxy (a bit more restrictive) blocked
> > > > the downloading url. (I could not check why since the URL is not
> > > > shown)
>
> > > What is the download URL ?
> > > Because I still have problems with the proxy I use. I can download
> > > updates metadata, but when trying to install, it hangs.
> > > I suspect the proxy blocks the download URL (but 
> > > nothttp://dl-ssl.google.com/android/repository/repository.xml)... how
> > > can I check what this download url is  (so I could ask for correction
> > > in the proxy rules) ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to