X-Recipient: archive-cygwin@delorie.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:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 q=dns; s=default; b=Acrdm63cU+g1DvbyEnPZMd1Asgd7SBVVV3rsYHnyvxk
	NH/x78nDrzoLY+cd/yswd99dXdb8gyKXD8SVsajugHio7FEA9/ZR1y1d3+rfGxdp
	L+xOCMWt/goVKxstqgJPsIC+oNO0CK9ptn5Hi3FBUj9LVFO79ADc5ibn/iauVF1Q
	=
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:to:message-id:subject
	:mime-version:content-type:content-transfer-encoding:references;
	 s=default; bh=insKxwtEoaC0RzmJ5HGZzRrinks=; b=FAivGqJIxSMEHoHMs
	5nDC+8Kq3IvmkmSWzR7gSUpZcm58juArF4EZ1boRXAetzKG7h9kFu8paE9DyptOI
	nKJnRedQXL5eKXNKXvAPCebf0Z4XFcbxfS+cYJ9bT1o7073N+z0iw7Si2CM6ifZB
	szDcPL5ujX6tkxDsK2hsvxqF6U=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_50,EXECUTABLE_URI,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,KAM_EXEURI,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=awaiting, Screen, H*r:sk:jws2000, posts
X-HELO: nm42-vm7.bullet.mail.ne1.yahoo.com
Date: Thu, 1 Dec 2016 17:10:34 +0000 (UTC)
From: Ian Lambert <ian.lambert_42@yahoo.com>
Reply-To: Ian Lambert <ian.lambert_42@yahoo.com>
To:  <cygwin@cygwin.com>, Achim Gratz <Stromeko@nexgo.de>
Message-ID: <282225090.3963609.1480612234263@mail.yahoo.com>
Subject: Setup not asking for proxy user,password / was Resend: pdfseparate does nothing for me?
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
References: <282225090.3963609.1480612234263.ref@mail.yahoo.com>
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id uB1HDiUD021464


On Thu, 11/17/16, Achim Gratz <Stromeko@nexgo.de> wrote:

 Subject: Re: Resend: pdfseparate does nothing for me?
 To: cygwin@cygwin.com
 Date: Thursday, November 17, 2016, 3:25 PM
 
 Ian Lambert writes:
 
 > Explorer is using a proxy
 configuration script, defined by others.
 
 Looking back at your older posts it seems your
 proxy requires a
 password.  I have no idea
 how the configuration script sets up things
 for you, but apparently it bypasses the
 registry settings that it would
 normally
 use.
 
 > Setup is being
 run with --no-admin. -p has been tried, but there is no
 > option for user/passwd.
 
 Setup.exe supposedly should
 ask for that information via a dialog box
 when the proxy indicates it needs it, but it
 seems that your proxy just
 doesn't
 return the required 407 response header.  If you could
 figure
 out (via wget most likely) what the
 communication with your proxy looks
 like
 (with and without password) that might lead to somewhere.


I finally observed wget fail because of authentication, then work when given user, password. 
Screen output is below.
Subsequent wgets work without giving password, so there is some caching of authentication, 
apparently, at least for wget (and apt-cyg).
Setup is not as lucky, is unable to get setup.ini, and never asks for user, password.
It also only lists the download site I last used.


myuser@mypc ~/junk/cygwin
$ wget https://cygwin.com/setup-x86_64.exe
--2016-12-01 10:52:10--  https://cygwin.com/setup-x86_64.exe
Resolving superproxy.our.wonder.place (superproxy.our.wonder.place)... an.ip.address.here
Connecting to superproxy.our.wonder.place (superproxy.our.wonder.place)|an.ip.address.here|:port... connected.
Proxy tunneling failed: Proxy Authentication RequiredUnable to establish SSL connection.

myuser@mypc ~/junk/cygwin
$ wget --user=myuser --password=mypasswd https://cygwin.com/setup-x86_64.exe
--2016-12-01 10:53:22--  https://cygwin.com/setup-x86_64.exe
Resolving superproxy.our.wonder.place (superproxy.our.wonder.place)... an.ip.address.here
Connecting to superproxy.our.wonder.place (superproxy.our.wonder.place)|an.ip.address.here|:port... connected.
Proxy request sent, awaiting response... 200 OK
Length: 910336 (889K) [application/octet-stream]
Saving to: ‘setup-x86_64.exe’

setup-x86_64.exe                  100%[===========================================================>] 889.00K   719KB/s   

 in 1.2s    

2016-12-01 10:53:24 (719 KB/s) - ‘setup-x86_64.exe’ saved [910336/910336]


 
 

--
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


