From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from forward101p.mail.yandex.net (forward101p.mail.yandex.net [77.88.28.101]) by sourceware.org (Postfix) with ESMTPS id 15524385701F for ; Wed, 14 Apr 2021 13:35:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 15524385701F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=yandex.ru Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=anrdaemon@yandex.ru Received: from forward101q.mail.yandex.net (forward101q.mail.yandex.net [IPv6:2a02:6b8:c0e:4b:0:640:4012:bb98]) by forward101p.mail.yandex.net (Yandex) with ESMTP id D97693282CFF; Wed, 14 Apr 2021 16:35:01 +0300 (MSK) Received: from vla1-d53b4f396d89.qloud-c.yandex.net (vla1-d53b4f396d89.qloud-c.yandex.net [IPv6:2a02:6b8:c0d:b8c:0:640:d53b:4f39]) by forward101q.mail.yandex.net (Yandex) with ESMTP id D5D10CF40028; Wed, 14 Apr 2021 16:35:01 +0300 (MSK) Received: from vla5-445dc1c4c112.qloud-c.yandex.net (vla5-445dc1c4c112.qloud-c.yandex.net [2a02:6b8:c18:3609:0:640:445d:c1c4]) by vla1-d53b4f396d89.qloud-c.yandex.net (mxback/Yandex) with ESMTP id WaoOrGOnCO-Z1JmGeOm; Wed, 14 Apr 2021 16:35:01 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1618407301; bh=Q80Ka4HWUX70hM331xx+zepRuUBCT9xmBphuQeGbWA4=; h=In-Reply-To:Subject:To:From:Message-ID:References:Date:Reply-To; b=whsrTf5Qa9d9E8A0lIbQVvjDRFqOJEbIdE4P3TwkGr45766wUGxHXEmdKlMRX4gGJ 6BNb9a5SbZ2sV1Sb2xNPT8l4o3tvrR5diwSCr/ansl2x3YohiBVBq1WxDpUtKLKJn/ ojVeS490PCgxIWL7FT2wD7cb48YtfnM9We9ZHLEk= Authentication-Results: vla1-d53b4f396d89.qloud-c.yandex.net; dkim=pass header.i=@yandex.ru Received: by vla5-445dc1c4c112.qloud-c.yandex.net (smtp/Yandex) with ESMTPSA id tJHIXT1cPT-Z1KOVZ77; Wed, 14 Apr 2021 16:35:01 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) Received: from [192.168.1.10] (HELO daemon2.darkdragon.lan) by daemon2 (Office Mail Server 0.8.12 build 08053101) with SMTP; Wed, 14 Apr 2021 13:22:22 -0000 Date: Wed, 14 Apr 2021 16:22:22 +0300 From: Andrey Repin X-Mailer: The Bat! (v6.8.8) Home Reply-To: cygwin@cygwin.com X-Priority: 3 (Normal) Message-ID: <1925688143.20210414162222@yandex.ru> To: zweiund40 , cygwin@cygwin.com Subject: Re: dealing with a NTLM-proxy In-Reply-To: <346039c5-f009-ef27-b857-fd69ac127ffa@gmail.com> References: <346039c5-f009-ef27-b857-fd69ac127ffa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT, NICE_REPLY_A, RCVD_IN_MSPIKE_H2, 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-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 13:35:06 -0000 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...