Boost logo

Boost :

Subject: Re: [boost] [EXTERNAL] Re: raw.github.com access from behind firewall
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2014-01-22 17:12:17


On Jan 22, 2014, at 2:55 PM, Rene Rivera wrote:

> On Wed, Jan 22, 2014 at 3:52 PM, Thomas Suckow <thomas.suckow_at_[hidden]>wrote:
>
>> On 01/22/2014 01:46 PM, Belcourt, Kenneth wrote:
>>
>>> On Jan 22, 2014, at 2:09 PM, Rene Rivera wrote:
>>>
>>> Does a regular wget
>>>> https://raw.github.com/boostorg/boost/develop/tools/
>>>> regression/src/regression.pywork?
>>>> Does it work with the proxy or without the proxy?
>>>>
>>> Unfortunately no, neither works.
>>>
>>>
>>> In a browser, does it fail to connect at all or did you get the github
>> 404 Jedi? Your previous message showed a 403 error when you tried to clone
>> which implies you connected to some server and the https certificate was
>> valid (some server being github).
>>
>> I mention the 404 Jedi because the correct url is
>> https://github.com/boostorg/boost/blob/develop/tools/
>> regression/src/regression.py
>
>
> 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.


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