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))) > 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 Kind Regards, Johan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/cajop35m7lwhcezwde3s7a5admwd13k1e7ibhtbticzl-r07...@mail.gmail.com
