X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4155F389365E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1618604743;
	bh=8/JnITlfSmzuM06Em8ydTpgrmg+w8PzB68BzPOGAN70=;
	h=References:In-Reply-To:Date:Subject:To:List-Id:List-Unsubscribe:
	 List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
	 From;
	b=lWo6CgBnlPzlgcl815H8Y9ezxgLXaPx579jkASacY12yGtvH/pwXx0cg6PTOADaUI
	 I59Y5FxCOWrQQooSEh+EsVL65pUM4oEUl5N28cR8DaxIBJsxB1sL2B7BD4y/uoBV9c
	 PVSdagwvSIJbmuZrKVCGooWTkWXf/bxdvSx4QXxg=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 12FCB384605A
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:references:in-reply-to:from:date
 :message-id:subject:to;
 bh=DfKvGm46MMKcpSlbJ53WOcU+0Su95Rvl5+LnJuqSsQI=;
 b=MQYrEaDvX5VH/Hh1HDRFDanxiI0pJ/NgxuvZLTR6mvz6ziebQcaRbrnQYgOrGKfW+g
 zXHn09MWYOPCfhYukkKdSgz0t5Vsn5LfcHX4pmLNoo6LjGyBQBUmroq1vG86Ihq4xRVm
 xXVkhuLYSEMKeGRJw1kT9LJqA/veuPIcLVcapSmutOBo2GzsbD3VWx2JBai3g9yrP8kJ
 z0/YtAQeSclgUhfVzvti0kZM6Cl2p5c5TP4qwv6kryVTUt+M/yWmxi90psfbHfmVTChD
 WwcVTLO9VkcLpj/AJdvbnkiv/ahvnfATH/da9LJowHTmdM8ggI3dGo4CzlDwzSrj3+QK
 m2XA==
X-Gm-Message-State: AOAM533C8ixvQBrpfXECErcGLK7SZTb0nbz3aLYP2ctE48mGUUeR+WEi
 nZCkd1jUjI+dkwaVPTnOdYyxufd5xf42r4eALfVIjBXM50Y=
X-Google-Smtp-Source: ABdhPJwsI7wthv5FmSzE2qeecFplcQtNJqEttbsv8eVqE/hlimU+PNUd3nyXbnAJT3rC9nzC2n2Z7p0M7MYPOX2jmm8=
X-Received: by 2002:a05:6402:7cf:: with SMTP id
 u15mr5874974edy.297.1618604738572; 
 Fri, 16 Apr 2021 13:25:38 -0700 (PDT)
MIME-Version: 1.0
References: <346039c5-f009-ef27-b857-fd69ac127ffa@gmail.com>
 <1925688143.20210414162222@yandex.ru>
In-Reply-To: <1925688143.20210414162222@yandex.ru>
Date: Fri, 16 Apr 2021 22:25:26 +0200
Message-ID: <CAGoX6Bj_a-ZhuXsVU5SRY7J2NhQjQsTNFjjfOSaxrQfSyQ_B8Q@mail.gmail.com>
Subject: Re: dealing with a NTLM-proxy
To: cygwin@cygwin.com
X-Spam-Status: No, score=-1.2 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT,
 FREEMAIL_FROM, FREEMAIL_REPLY, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,
 SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: forty2 via Cygwin <cygwin@cygwin.com>
Reply-To: forty2 <thoswald42@gmail.com>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

Hallo Andrey, this works very well. Thank you very much.

Am Mi., 14. Apr. 2021 um 15:35 Uhr schrieb Andrey Repin <anrdaemon@yandex.ru
>:

> Greetings, zweiund40!
>
> > Hi. I'm running my cygwin installation on a Windows 10 laptop without
> > admin rights in a corporate network. To install for example pyhton
> > moduls using pip or stuff with ansible-galaxy, I'm supposed to cross
> > that corporate proxy working only with the proprietary NTLM protocol.
> > cntlm isn't a working solution since when I'm executing the setup.exe,
> > I'm required to enter an admin password. ntlmaps isn't a solution too.
> > Python version is too old. But I've figured out is, curl is able to cope
> > with a NTLM proxy. Is it possible to make pip or ansible-galaxy to make
> > use of a curl command instead of trying it with the enviromment
> > variables http_proxy and co?
>
> Check the https://github.com/genotrance/px/releases
> It seems there's just one .exe file, that's all.
>
>
> --
> With best regards,
> Andrey Repin
> Wednesday, April 14, 2021 16:11:03
>
> Sorry for my terrible english...
>
>
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
