From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Proxy authentication Date: Wed, 24 Jan 2018 09:31:15 +0100 Message-ID: <29ddddcf-b46c-61a1-aec4-d5761336a4e9@fastmail.net> References: <6c14c2e2c7ddb3a0154fe2ede120e26c@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeGSn-00030M-JG for help-guix@gnu.org; Wed, 24 Jan 2018 03:31:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeGSj-0006WM-Fl for help-guix@gnu.org; Wed, 24 Jan 2018 03:31:21 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:56793) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeGSi-0006VX-OY for help-guix@gnu.org; Wed, 24 Jan 2018 03:31:17 -0500 In-Reply-To: <6c14c2e2c7ddb3a0154fe2ede120e26c@disroot.org> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Jorge , help-guix@gnu.org On 23/01/2018 21:40, Jorge wrote: > Now I want to make Guix talk to the corporate proxy server directly (not > mediated by ntlmaps) but then it needs to authenticate. I could I had the same problem not so long ago. See this thread on guix-devel for the solution: http://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html Konrad.