public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Brian Inglis <Brian.Inglis@SystematicSw.ab.ca>
To: cygwin@cygwin.com
Subject: Re: setup.exe : proxy auto-configuration script without IE ?
Date: Tue, 27 Sep 2016 02:17:00 -0000	[thread overview]
Message-ID: <73c7be5e-5978-8b00-4902-796c85ef62ce@SystematicSw.ab.ca> (raw)
In-Reply-To: <c14e236e-e86d-991f-a882-55ad773877d8@laposte.net>

On 2016-09-26 13:35, Jérôme Bouat wrote:
> I'm using cygwin on a thin desktop computer which has limited disk
> storage.
> The network configuration of setup.exe relies on the proxy
> auto-configuration script of IE.

To see your proxy config, try running:

$ wget -q -O - `ipconfig | \
sed '/^\s\+Connection-specific DNS Suffix[. ]\+:\s/!d;
s///;/^\s*$/d;s ^ http://wpad. ;s $ /wpad.dat ' | sort -u`

My ISP returns:

function FindProxyForURL(url, host)
{
                 return("DIRECT");
}

Yours may point to a proxy server.

You may bypass this in Setup dialogue "Select Your Internet Connection"
by selecting "Direct Connection", unless you are blocked from directly
connecting to the internet from your system.

> However, when a package is downloaded, it seems it is stored twice :
> one time into the IE disk cache and one other time into the cygwin
> packages disk cache.

Setup does not use IE for downloading or INetCache for its packages.
I never use IE and have seen no sign of IE cache files appearing after
downloads using Setup or any other products.

Perhaps you have an (old/poor) Anti-Virus product which downloads files
into the IE cache for scanning or unzipping, rather than unzipping and
checking the download as it comes down the wire?
See https://cygwin.com/acronyms/#BLODA and the link in that entry to
https://cygwin.com/faq/faq.html#faq.using.bloda

> Is there a way to make setup.exe understand the auto-configuration
> script without any web browser ?

In Setup dialogue "Select Your Internet Connection" you can select
"Use Internet Explorer Proxy Settings", if you can not use a direct
connection.

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

  reply	other threads:[~2016-09-27  2:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26 19:47 Jérôme Bouat
2016-09-27  2:17 ` Brian Inglis [this message]
2016-09-27  3:22 ` Linda Walsh
2016-09-27 18:48   ` David Stacey
2016-09-28  1:00     ` Brian Inglis
2016-09-30 19:41   ` Jérôme Bouat
2016-10-01 13:30     ` Andrey Repin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=73c7be5e-5978-8b00-4902-796c85ef62ce@SystematicSw.ab.ca \
    --to=brian.inglis@systematicsw.ab.ca \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).