From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2@gmail.com Subject: bug#31303: substitute: guix substitute: error: TLS error in procedure 'handshake' Date: Sat, 28 Apr 2018 21:27:11 -0400 Message-ID: <87h8nuby4w.fsf@gmail.com> References: <87muxnkup1.fsf@gmail.com> <877eoq6f0r.fsf@zancanaro.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fCb8H-0008Et-8T for bug-guix@gnu.org; Sat, 28 Apr 2018 21:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fCb8E-0008QZ-5e for bug-guix@gnu.org; Sat, 28 Apr 2018 21:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34517) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fCb8E-0008QM-0y for bug-guix@gnu.org; Sat, 28 Apr 2018 21:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fCb8D-000379-Lk for bug-guix@gnu.org; Sat, 28 Apr 2018 21:28:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <877eoq6f0r.fsf@zancanaro.id.au> (Carlo Zancanaro's message of "Sun, 29 Apr 2018 10:19:00 +1000") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Carlo Zancanaro Cc: 31303@debbugs.gnu.org On 04/29/2018 at 10:19 Carlo Zancanaro writes: > Hey George, > > On Sat, Apr 28 2018, George myglc2 Clemmer wrote: >> g1@sysi17 ~ [env]$ guix environment >> --substitute-urls=3Dhttps://g1.local:8080 > > The guix substitute command only runs a normal http server, so you > have to use http://, not https://. I think the other servers you > mention are behind proxies which handle the SSL part and forward the > requests on to the substitute process. > > Does it work if you run this instead? > > guix environment --substitute-urls=3Dhttp://g1.local:8080 > > Carlo LOL, yes it does! Duh, I guess I was so impressed by all the HTTPS's in "3.3.3 Substitute Authentication" that I couldn't see the HTTP's in "5.11 Invoking =E2=80=98g= uix publish=E2=80=99" ;-) Many thanks - George