Hello I've managed to get uscan working with https behind a corporate firewall.
First, LWP::UserAgent needs to be patched [1]. And uscan must be modified to require 'Net::SSL' instead of 'Crypt::SSLeay'. Then uscan works as expected using the proxy specified in https_proxy env variable. Note that some site will redirect https requests to http request so http_proxy (without the 's') must also be specified. All the best [1] https://github.com/libwww-perl/libwww-perl/pull/51 -- https://github.com/dod38fr/ -o- http://search.cpan.org/~ddumont/ http://ddumont.wordpress.com/ -o- irc: dod at irc.debian.org _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
