Hi Dave, Since kerl uses curl to download files, you should be able to set your proxy this way and have it picked up:
$ export http_proxy http://proxy.server.com:3128 -- Luke Bakken CSE [email protected] On Thu, Oct 17, 2013 at 4:19 PM, Dave King <[email protected]> wrote: > I'm trying to install erlang on a machine with Proxy values. curl picks up > these values. Kerl on the other hand just seems to sit and wait. Is there > a way to pass proxy settings to Kerl? > > Is there a good page on Kerl? Google doesn't seem to recognize it. > > Dave > > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
