Hi Luca,

I had a similar issue and I exported proxy url’s in run.sh and toolshed started working. It might be helpful.

run.sh:

#!/bin/sh

cd `dirname $0`
export http_proxy=http://your_proxy:port
export ftp_proxy=http://your_proxy:port


Best,
Alper Kucukural, PhD
Bioinformatics Core,
University of Massachusetts Medical School
368 Plantation St.Room AS4.2067
Worcester, MA 01605-2324
Phone: 774-312-4493
E-mail: alper@kucukural.com



On Feb 3, 2014, at 1:07 PM, Luca Toldo <lucatoldo@gmail.com> wrote:

dear Galaxians,
my server is behind a proxy with user authentication.
Wget and hg work fine however unfortunately when I try to install from the tool shed I get error since the system is using urllib2 that is known not to be compatible with proxy with authentication.

How should one locally install tool-sheds  ?

Is it possible with hg or with wget ?

Looking forward your advice.
Thankyou

___________________________________________________________
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
 http://lists.bx.psu.edu/

To search Galaxy mailing lists use the unified search at:
 http://galaxyproject.org/search/mailinglists/