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:date :message-id:subject:from:to:content-type; q=dns; s=default; b=CS BBulVv7iolsCCDjK8ZGlhXmUl+/lFyq/Ch13mpOF/q/ziNkW+CQFvlrIRIDrl9kJ FAst5F6aEsjo9g6sJHjMzcjpWBA3rewjkPNJaY61zPlXUkBybo8vLysFuqeKU3N8 4Xpbb3b1o2V3XdUfuwuzgPwn52eWu18xl9ZEBpErQ= 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:date :message-id:subject:from:to:content-type; s=default; bh=XJGYCxXb mLsmDjp4CJT5LOd+gdc=; b=XLvLa5QM/dMD+cppDQ5mFIBdflvbtibDDpwQMXl0 A8/xM2/NNrruNPqPim4M7fqDNEwi6I9QPlULYAiBU8eSiS/3haS76ne8hKtS/vih VLQ9s/5cy9Arr0fmpdibXf/JyW+0YNBOPiU/gkked99+xkInzW8WwAzpXjVDhgsS sik= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yh0-f49.google.com MIME-Version: 1.0 X-Received: by 10.236.63.35 with SMTP id z23mr30162286yhc.39.1400278092123; Fri, 16 May 2014 15:08:12 -0700 (PDT) In-Reply-To: <20140516170523.GA791@ednor.casa.cgf.cx> References: <20140516170523 DOT GA791 AT ednor DOT casa DOT cgf DOT cx> Date: Fri, 16 May 2014 17:08:12 -0500 Message-ID: Subject: Re: https://cygwin.com/ now live From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, May 16, 2014 at 12:05 PM, Christopher Faylor wrote: > There will probably be some gotchas to work out for places which refer to > http://cygwin.com/ directly. Please send any issues here, as always. It appears it is not forcing HTTPS through a 301 redirect, is this intentional? $ wget --spider cygwin.com Spider mode enabled. Check if remote file exists. --2014-05-16 17:04:43-- http://cygwin.com/ Resolving cygwin.com (cygwin.com)... 209.132.180.131 Connecting to cygwin.com (cygwin.com)|209.132.180.131|:80... connected. HTTP request sent, awaiting response... 200 OK Example of the 301 $ wget --spider github.com Spider mode enabled. Check if remote file exists. --2014-05-16 17:04:36-- http://github.com/ Resolving github.com (github.com)... 192.30.252.130 Connecting to github.com (github.com)|192.30.252.130|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://github.com/ [following] -- 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