Boost logo

Boost :

Subject: Re: [boost] [EXTERNAL] Re: raw.github.com access from behind firewall
From: Thomas Suckow (thomas.suckow_at_[hidden])
Date: 2014-01-22 17:55:45


>>
>> The valid URL in question is:
>> https://raw.github.com/boostorg/boost/develop/tools/regression/src/regression.py
>>
>> Which gives the "raw" data of the file.. Not the web page showing the fancy
>> source code.
> Here's the wget details in case it helps (with proxy).
>
> -bash-4.1$ wget http://raw.github.com/boostorg/boost/develop/tools/regression/src/regression.py
> --2014-01-22 15:09:29-- http://raw.github.com/boostorg/boost/develop/tools/regression/src/regression.py
> Resolving wwwproxy.sandia.gov... 134.253.26.250
> Connecting to wwwproxy.sandia.gov|134.253.26.250|:80... connected.
> Proxy request sent, awaiting response... 301 Moved Permanently
> Location: https://raw.github.com/boostorg/boost/develop/tools/regression/src/regression.py [following]
> --2014-01-22 15:09:30-- https://raw.github.com/boostorg/boost/develop/tools/regression/src/regression.py
> Resolving raw.github.com... 199.27.77.133
> Connecting to raw.github.com|199.27.77.133|:443... failed: Connection timed out.
>
>
Make sure that https_proxy is set to the same value as http_proxy. I
believe that wget is attempting to bypass the proxy for secure connections.

--
Thomas

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk