delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2017/03/28/14:04:15

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:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; q=dns; s=default; b=BxbI3Pnf1BDaC9Ul
mhijVU9pcNUekfJU3TFzImUEq5pJlZaBh84/oAJ8f7cF+rwdWfYopwszJxB5wKK5
3sLzpT9ZlRXu487mBFcEWHcl0I2tIt9TAYPS/RU/g/JdzC+pcS5GpFLmlGJQVvjC
JA5R7fpsZcQzbVFaBCEJsN6XOTQ=
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:to:references:from:message-id:date
:mime-version:in-reply-to:content-type
:content-transfer-encoding; s=default; bh=0MtIsn+7KLH9/fj2af67Wq
NueSQ=; b=O+kMiyAxPtDGqqgWJVvDIR4HV38nOHdCQrH4h0jQNRyPw+G01kSVjo
QoWPR8Vdd0hFvv04dnkQjxmFFKkeWvTPKf3bbEL4CrJgAnfn84PV4/KixYM6ylJ3
4XJ+roG/rThsCj+NuPNS0iJHW/fM5fy4Zd0jYG10qPEbbSQSpxl28=
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.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Stacey, stacey, Hx-languages-length:963
X-HELO: mail-wm0-f50.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=+T0R5nlHmj38D3F/xX/Lw5fShHH+lGgRc7B9V1ovsbM=; b=Oyohl9A/BD4+c7FdxdB6n8/sbuTd/4JZ0pT0Zzhfem+M8EiiiGpA0Cf2AWEomeNAAQ rnR9KsJgBJvGsV+qKMu6RFjP21ed3eIujPR3nMywZIYtwCo1NmUG3L0kL7eZhenmUEKX pwb73PUqk2ESFcB/9xg55Qld0PvkWxUUz5jhhf3s6xVIodU0qLzRZnF7g7k/KZE+w5Yh UC7osRoXj/Qwrby3YTjhXA6L9x8CGV/3B79VPtRxgo92MM9VpIpm54Sergp6ER4z/s2R VV+XcGQfpu+XUUPQwKGmUxOZF2Y2iL0gBJDC0OGWdrQJMNj+FbXtxjVVCcatvhGDSSjG ZnZQ==
X-Gm-Message-State: AFeK/H27KVN7tA16IxbmrwTSPvU5wL8I98FHtAadrCt4RfGUrvkE/8boAjdZy5bq4jlVAQ==
X-Received: by 10.28.126.133 with SMTP id z127mr15929153wmc.60.1490724239227; Tue, 28 Mar 2017 11:03:59 -0700 (PDT)
Subject: Re: Overlay repo on github
To: cygwin AT cygwin DOT com
References: <b7020427-a59c-8279-1618-2138cc0361a6 AT gmail DOT com> <fb6f376d-5a32-b2bc-7fd4-cbc7ceba4a09 AT tiscali DOT co DOT uk>
From: Ivan Gagis <igagis AT gmail DOT com>
Message-ID: <7500f6d3-5cf8-0866-2afd-cd8e89b8ed5f@gmail.com>
Date: Tue, 28 Mar 2017 21:03:57 +0300
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.6.0
MIME-Version: 1.0
In-Reply-To: <fb6f376d-5a32-b2bc-7fd4-cbc7ceba4a09@tiscali.co.uk>
X-IsSubscribed: yes

Ah, I see, even though I use http it still redirects to https...

Is it hard to add support for https? Any plans to do that?

Br,

Ivan


On 03/28/2017 08:57 PM, David Stacey wrote:
> On 28/03/17 18:21, Ivan Gagis wrote:
>> I'm trying to setup a cygwin overlay repo right on github, here:
>>
>> https://github.com/igagis/cygwin-repo
>>
>> But when I pass the repo URL to setup utility as follows:
>>
>> http://github.com/igagis/cygwin-repo/raw/master/
>>
>> it does not work. Setup utility tries to download setup.xz and just 
>> stalls with 0% progress bar, and the only option is to Cancel the setup.
>>
>>
>> So, the question is what is wrong? Could there be some redirections 
>> happening on github which the setup program does not support?
>>
>> It looks like when using this 'raw content' URLs to github it works 
>> as usual file tree, shouldn't it work?
>
> This is because Cygwin's setup supports http but not https.
>
> Dave.
>


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