delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/05/15/16:46:45

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:reply-to:to:message-id
:subject:mime-version:content-type:content-transfer-encoding
:references; q=dns; s=default; b=YT1gYeufAjmp1jXMNlXWTNHgBcoG5nA
SuRsTPEixqm9tbHzZLDCCuHLJAQ0UuIqIsfRCIv6ZNZl+SrK5OQKNDqmu9XvXpg4
lUNfmyW5ZXWJATTa4VDJsqDl2vZwWAtMsqJttZ8jBS7ClWlhdC7crdFPKz6h+M96
fITzUY587lSs=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:date:from:reply-to:reply-to:to:message-id
:subject:mime-version:content-type:content-transfer-encoding
:references; s=default; bh=QFqmQ/DxqcWOuszHXoAgDxCsZ+k=; b=LqfMJ
67CLzP+Nhq+sKZxaN8KuRHzrkKXKnIAlKhDNzXulIvUQ2CmO6yarka/5hBXXTk+L
4pFhowf6Z4E5AUTq/XUNo4SBP/I5tX168Knhig4KIaCd2a3HRHLk4OsnpQ3x/zfu
uXP4B7JrCB05tmHIqcsXcVDJpkbFgX4VmUFTa8=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.8 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,FORGED_MUA_MOZILLA,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,GIT_PATCH_2,KAM_ASCII_DIVIDERS,KAM_EXEURI,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=ssl, HX-HELO:sk:sonic30, Hx-spam-relays-external:sk:sonic30, H*RU:sk:sonic30
X-HELO: sonic309-48.consmr.mail.ne1.yahoo.com
Date: Mon, 15 May 2017 20:42:23 +0000 (UTC)
From: "Ian Lambert via cygwin" <cygwin AT cygwin DOT com>
Reply-To: Ian Lambert <ian DOT lambert_42 AT yahoo DOT com>
Reply-To: Ian Lambert <ian DOT lambert_42 AT yahoo DOT com>
To: The Cygwin Mailing List <cygwin AT cygwin DOT com>,
Jon Turney <jon DOT turney AT dronecode DOT org DOT uk>
Message-ID: <129322595.2045958.1494880943500@mail.yahoo.com>
Subject: Re: setup release candidate - please test
MIME-Version: 1.0
References: <129322595 DOT 2045958 DOT 1494880943500 DOT ref AT mail DOT yahoo DOT com>
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id v4FKkh5I010465

--------------------------------------------
On Mon, 5/15/17, Jon Turney <> wrote:

 Subject: Re: setup release candidate - please test
 To: "The Cygwin Mailing List" <cygwin AT cygwin DOT com>
 Cc: "Ian Lambert" <>
 Date: Monday, May 15, 2017, 12:12 PM
 
 On 15/05/2017 16:29, Ian Lambert
 via cygwin wrote:
 >
 --------------------------------------------
 > On Sun, 5/14/17, Jon Turney <>
 wrote:
 [...]
 
 I think that "403
 forbidden" means that this request is prohibited by 
 the configuration of the proxy, so really you
 need to contact whoever 
 administers it.
 
 Since curl/wget works to fetch
 the same URLs through that proxy, it 
 might
 be that the user-agent is disallowed, possibly you could
 test this 
 by attempting trying with
 --user-agent="Cygwin Setup"?

= = =

The proxy admins have no interest in helping with this. :)

Indeed, user-agent of Cygwin Setup is a problem:

$ wget --user-agent="Cygwin Setup" https://cygwin.com/setup/setup-2.878.x86_64.exe
--2017-05-15 16:33:25--  https://cygwin.com/setup/setup-2.878.x86_64.exe
Resolving our.glorious.proxy... pr.ox.yi.p
Connecting to our.glorious.proxy|pr.ox.yi.p|:port... connected.
Proxy tunneling failed: ForbiddenUnable to establish SSL connection.

$ wget  https://cygwin.com/setup/setup-2.878.x86_64.exe
--2017-05-15 16:33:40--  https://cygwin.com/setup/setup-2.878.x86_64.exe
Resolving our.glorious.proxy... pr.ox.yi.p
Connecting to our.glorious.proxy|pr.ox.yi.p|:port... connected.
Proxy request sent, awaiting response... 200 OK
Length: 907283 (886K) [application/octet-stream]
Saving to: ‘setup-2.878.x86_64.exe’

setup-2.878.x86_64.exe                  100%[============================================================================>] 886.02K   764KB/s    in 1.2s    

2017-05-15 16:33:41 (764 KB/s) - ‘setup-2.878.x86_64.exe’ saved [907283/907283]

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019