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:subject:references:to:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=Gm5kplHLvR7yijBX k3ghIXJzmTuErNG71wXiHg1lABSFaAmP5Ipl246nufMRYv3aI404v0fuJp41tqNC LxlSV28gYApG1R5HUI+w342wdAvi0U+AP99B4uaYVOKCmNzrd7NIdnwsOa2uh4sP x6M/pprXVu6AN+qTnmWR8rOOunM= 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:subject:references:to:reply-to:from:message-id :date:mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=T6zeZaTSD6zPLVHz4Uj1ba 868Pk=; b=FXZQRC9wAEk7fo1kj7EHalcYj7OYTZhZXcI0v4uh+0BuF9n0zEBU7e FO/Wu4V8DIg2DBHk7gmgGmCBb++FUMFbhFkWDehrTHydAfTpdynpgKXbUjr4yVgM 3DpE/6rzmfsf2zRUIGQp8FDeCkArOPbCz7/Xw9rJKCmGxmDNBfz7o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , 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=0.8 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KAM_EXEURI,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Hx-languages-length:1809, H*F:D*ab.ca, H*r:ip*192.168.1.100, awaiting X-HELO: smtp-out-no.shaw.ca X-Authority-Analysis: v=2.2 cv=a+JAzQaF c=1 sm=1 tr=0 a=WqCeCkldcEjBO3QZneQsCg==:117 a=WqCeCkldcEjBO3QZneQsCg==:17 a=IkcTkHD0fZMA:10 a=w_pzkKWiAAAA:8 a=SU_ml0XGg0ULmqlNA8EA:9 a=jzye5DwXNceoCRSq:21 a=QnrtietSxyGa55c-:21 a=QEXdDO2ut3YA:10 a=sRI3_1zDfAgwuvI8zelB:22 Subject: Re: setup release candidate - please test References: <129322595 DOT 2045958 DOT 1494880943500 DOT ref AT mail DOT yahoo DOT com> <129322595 DOT 2045958 DOT 1494880943500 AT mail DOT yahoo DOT com> To: cygwin AT cygwin DOT com Reply-To: Brian DOT Inglis AT SystematicSw DOT ab DOT ca From: Brian Inglis Message-ID: <8c2edd06-ca14-53f2-b08a-e764638ac1dd@SystematicSw.ab.ca> Date: Mon, 15 May 2017 15:11:55 -0600 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <129322595.2045958.1494880943500@mail.yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-CMAE-Envelope: MS4wfHgtKpL5Ef+jsq+yTyrfmzu/Tv0zeUjVJvznbso/sM+5Ts8OXvxrjBYXP8Q3y72bXqsgJpplBJ62Ro1YUMvzUkv03KDl3tVKZybh2tdJxGaKvIwUsPeB QLDD1zEen3Oe/eNyEhzQ5kuwSUYQySIPf8WHf3duU1q2B8hcFf+g7bKqK1e3YFMK3NqcvWvEtmMHyg== X-IsSubscribed: yes On 2017-05-15 14:42, Ian Lambert via cygwin wrote: > On Mon, 5/15/17, Jon Turney wrote: > 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] Does it work if you try user agent combos of {Cygwin-Setup,CygwinSetup}/{2.878-3,2.878}? -- Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada -- 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