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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; q=dns; s=default; b=es6H7ce Af6sRy68sTv43DyfPwtBdJ+CkgEDXnjCKdQ2ARtOSUJyrg4nqTP31ybKSCXrvG7U smhgWTBuSgBIHBaaDJFR0xX+6dXNsCLOmgmT7JEPh1rvwCtw7UZMetqXcO4pfG+t F2zgIlgWG+04N4HzqRzSv3GZ8Kyz9WQvUzjw= 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:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; s=default; bh=ESCYKHLeNAuBD UuFUm45faq8VYo=; b=JHBfqfCUxOqpUCv8CW3USvCiGmbLmncjbZzM+djTUopIt x/z0AMwzN6TzPNXrNeu6Gi36kn6HZctoy/akkanWtcd0mlAfZHWOJsKVEt753HHa f5oGsXtJLtFHHAs63MTaBPI2nczF1GyypxNlmNLYhrEJ4UPFuF3s6TcxhUtsnQ= 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=-3.3 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,GIT_PATCH_2,KAM_EXEURI,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=ham version=3.3.2 spammy=Kenneth, kenneth, age, awaiting X-HELO: mail-it0-f43.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=LvBScVUy8guPDNOeXvSwfs5re7Z8ssWOTxOA/9SvV8A=; b=t5VoeR8nv4mjYI/QcAIsdGMTTxIYCaIjPw4KEOulsfDrdzwcnWEXnperJ9+cu0Gozu yotLI5tJLfvpQFHYAqjtlUwwyGB4fg5OFzz8rTIx62BJB66/i8NA8TLDWUMPzud1T9WV 7wuJbw/X7IT00a3mvVUlT7kSWRDO9F6hlm6Z+cag5Z8NBR0LNs3+f0JC3cI0LkPM+2kX 3c95trN4SgImZMPjA2nGhJHeRm/xdOIHqC7lo0yy11kr4qBk26VVYs4Gg7YBKhu33gkO orICpGG/d6WUaMy78JiqCJydkt5d/9es7ttGO36PqGWaB+wjOcjBf+Qr6vXibQ6T+ohl I+9Q== X-Gm-Message-State: AKS2vOxrH/cymXYfK24cDju9CAQUvQ3LwyRNReQOb/Hi3/LF+H2x8gek CrIg3aXAf9Tt2wiC5W1Jay6GKYdlsQ== X-Received: by 10.36.34.132 with SMTP id o126mr4989410ito.67.1498605911481; Tue, 27 Jun 2017 16:25:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Lee Date: Tue, 27 Jun 2017 19:25:10 -0400 Message-ID: Subject: Re: Updated: setup (2.880) To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes On 6/27/17, Nellis, Kenneth wrote: > From: Csaba Raduly >> I also couldn't reproduce your scenario. >> ... >> >> Since it's reproducible for you, you could (if you're curious) run >> wget with the -d (--debug) switch or break out the heavy artillery: >> install Wireshark and look at the HTTP headers sent and received by >> wget. > > Thanx, Csaba, for your interest. Another test with -d is easy enough, > so here it is: > > $ wget -d -O setup-x86_64.exe http://cygwin.com/setup-x86_64.exe > Setting --output-document (outputdocument) to setup-x86_64.exe > DEBUG output created by Wget 1.19.1 on cygwin. > > Reading HSTS entries from /home/knellis/.wget-hsts > --2017-06-27 16:42:01-- http://cygwin.com/setup-x86_64.exe > Resolving cygwin.com... 209.132.180.131 > Caching cygwin.com => 209.132.180.131 > Connecting to cygwin.com|209.132.180.131|:80... connected. > Created socket 5. > Releasing 0x0000000600066420 (new refcount 1). > > ---request begin--- > GET /setup-x86_64.exe HTTP/1.1 > User-Agent: Wget/1.19.1 (cygwin) > Accept: */* > Accept-Encoding: identity > Host: cygwin.com > Connection: Keep-Alive > > ---request end--- > HTTP request sent, awaiting response... > ---response begin--- > HTTP/1.1 200 OK > Server: Apache > ETag: "16b1f9e-dd613-55161a558184f" > Accept-Ranges: bytes > Cache-Control: max-age=0 > Expires: Tue, 27 Jun 2017 20:40:06 GMT > Vary: Accept-Encoding > Content-Encoding: gzip > Content-Security-Policy: default-src 'self' http: https: > Keep-Alive: timeout=30, max=20 > Content-Length: 877562 > Content-Type: application/octet-stream > Last-Modified: Wed, 07 Jun 2017 16:58:31 GMT > Date: Tue, 27 Jun 2017 20:39:27 GMT > Age: 0 > Via: 1.1 ironport.tms.local:80 (Cisco-WSA/10.1.0-204) ^^^^^^^^ that it looks like you've got a cisco ironport playing mitm with your traffic. <.. snip ..> > Note the response from the Apache server: >> Content-Encoding: gzip nobody else gets that, and you don't if you do a wget from home - correct? So it's most probably coming from the ironport & not the cygwin web server Regards, Lee -- 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