git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Jeff King <peff@peff.net>
To: tm-uzr3z@entrap.de
Cc: git@vger.kernel.org
Subject: Re: Bug: git behind proxy is broken in 2.34.1
Date: Thu, 16 Feb 2023 15:46:48 -0500	[thread overview]
Message-ID: <Y+6WOF+OHX4u94Z2@coredump.intra.peff.net> (raw)
In-Reply-To: <c0862f86061c220af289ce812d57f9c7.squirrel@www.entrap.de>

On Thu, Feb 16, 2023 at 06:55:42PM +0100, tm-uzr3z@entrap.de wrote:

> I just realized that git cloning behind a webproxy is broken in version
> 2.34.1 (Ubuntu 22.04).
> 
> The environment bash variables http_proxy, https_proxy, HTTP_PROXY and
> HTTPS_PROXY are all set with the value
> "http://myusername:mypassword@ourwebproxy:3128/".
> 
> git gives me the following error message on cloning:
> $git clone https://github.com/XXXX/YYYY
> fatal: unable to access 'https://github.com/XXXX/YYYY/': Received HTTP
> code 407 from proxy after CONNECT

Hmm. We do not have any test coverage for proxies at all. I took a stab
at adding some, and it was not too bad. But...it works!

However, I think there may be a number of possible configurations here.
In my tests, it is an http proxy over http, so it is issuing a GET with
a full URL in it, rather than using CONNECT.

So it may be that CONNECT is broken, but http-over-http proxying is not.
I couldn't get a working CONNECT set up at all (before even worrying
about the authentication step).

> On another very old machine with git 1.9.1 it requests the URL through the
> proxy, receives an http 407 authentication required, and repeats the
> request with credentials, which is allowed then.

That could be good news, as that would mean we might be able to bisect
between 1.9.1 and 2.34.1. However, since you said it was an older
machine, presumably other packages are old, too. I would not be
surprised if the difference is actually in libcurl, not Git.

Still, if you're able to build Git from source and bisect, that would be
worth trying.

-Peff

  reply	other threads:[~2023-02-16 20:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-16 17:55 Bug: git behind proxy is broken in 2.34.1 tm-uzr3z
2023-02-16 20:46 ` Jeff King [this message]
2023-02-16 20:56   ` [PATCH] add basic http proxy tests Jeff King
2023-02-17  0:30     ` Junio C Hamano
2023-02-17  0:43       ` Jeff King

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

  List information: http://vger.kernel.org/majordomo-info.html

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

  git send-email \
    --in-reply-to=Y+6WOF+OHX4u94Z2@coredump.intra.peff.net \
    --to=peff@peff.net \
    --cc=git@vger.kernel.org \
    --cc=tm-uzr3z@entrap.de \
    /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.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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