On Mon, Aug 10, 2015 at 4:18 PM, Johan Van de Wauw < [email protected]> wrote:
> On Mon, Aug 10, 2015 at 4:03 PM, Rashad M <[email protected]> > wrote: > > Hi, > > > > I am having a problem to update upstream > > > > when running uscan --download --verbose > > > > Scanning for watchfiles in . > > -- Found watchfile in ./debian > > -- In debian/watch, processing watchfile line: > > > > > http://sf.net/orfeo-toolbox/OTB-(\d[\d\.]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) > <http://sf.net/orfeo-toolbox/OTB-(%5Cd%5B%5Cd%5C.%5D+)%5C.(?:tgz%7Ctbz%7Ctxz%7C(?:tar%5C.(?:gz%7Cbz2%7Cxz)))> > > uscan warning: In watchfile debian/watch, reading webpage > > https://qa.debian.org/watch/sf.php/orfeo-toolbox/ failed: 500 Can't > > connect to qa.debian.org:443 > > -- Scan finished > > > > > > I am behind a proxy and I checked that http_proxy and https_proxy env > vars > > are set properly. But still didn't work. > > Hello Rashad, > > I get the same error if I don't properly set my proxy variables. What > works for me is: > > https_proxy=http://proxy.xxx.be:8080 > http_proxy=http://proxy.xxx.be:8080 uscan --verbose --download > I had the proxy setting earlier but didnt work. I had tested the same command on my colleague and uscan works! Google pointed out a debian bug report https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=622212 I had tried the GET command mentioned in one of the comments. Here is the output. /usr/bin/GET https://qa.debian.org/watch/sf.php/orfeo-toolbox/ SSL connect attempt failed error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol at /usr/share/perl5/LWP/Protocol/http.pm line 47. BTW, uname -a gives Linux debian-sid 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt4-1 (2015-01-16) x86_64 GNU/Linux > Kind Regards, > Johan > -- Regards, Rashad
