From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11485 invoked by alias); 3 Jan 2017 23:41:19 -0000 Mailing-List: contact overseers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: overseers-owner@sourceware.org Received: (qmail 11298 invoked by uid 89); 3 Jan 2017 23:41:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: elastic.org Received: from ottawa-hs-69-20-226-105.s-ip.magma.ca (HELO elastic.org) (69.20.226.105) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Jan 2017 23:40:58 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with smtp (Exim 4.87) (envelope-from ) id 1cOYhJ-000VL1-07; Tue, 03 Jan 2017 18:40:55 -0500 Received: by very.elastic.org (sSMTP sendmail emulation); Tue, 03 Jan 2017 18:40:52 -0500 From: "Frank Ch. Eigler" Date: Tue, 03 Jan 2017 23:41:00 -0000 To: Mark Wielaard Cc: overseers@sourceware.org Subject: Re: git through http (or https) Message-ID: <20170103234052.GD412@elastic.org> References: <20170103212227.GK2187@stream> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170103212227.GK2187@stream> User-Agent: Mutt/1.7.1 (2016-10-04) X-Spam-Score: -26.2 (--------------------------) X-Spam-Report: Spam detection software, running on the system "super.elastic.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi - > [...] > http://sourceware.org/git/elfutils.git > The first two work, but the last one does a 304 redirect to https > but then gives a 403 forbidden. This is more or less working now. (We were missing the http-dumb-transport hooks/post-update). [...] Content analysis details: (-26.2 points, 7.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -20 ALL_TRUSTED Passed through trusted hosts only via SMTP -3.2 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -3.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-SW-Source: 2017-q1/txt/msg00004.txt.bz2 Hi - > [...] > http://sourceware.org/git/elfutils.git > The first two work, but the last one does a 304 redirect to https > but then gives a 403 forbidden. This is more or less working now. (We were missing the http-dumb-transport hooks/post-update). - FChE