From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqWmT-0002pr-Fy for guix-patches@gnu.org; Fri, 08 Sep 2017 23:50:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqWmQ-0000mf-D0 for guix-patches@gnu.org; Fri, 08 Sep 2017 23:50:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47999) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqWmQ-0000mD-AQ for guix-patches@gnu.org; Fri, 08 Sep 2017 23:50:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqWmP-0006ao-T3 for guix-patches@gnu.org; Fri, 08 Sep 2017 23:50:01 -0400 Subject: [bug#28315] [PATCH] gnu: icedtea-8: Install the nss.cfg file to JRE. Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <20170901141455.25457-1-iyzsong@member.fsf.org> <87lgluzgjz.fsf@gnu.org> Date: Sat, 09 Sep 2017 11:48:51 +0800 In-Reply-To: <87lgluzgjz.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 04 Sep 2017 16:25:52 +0200") Message-ID: <87efrg3524.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28315@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello! > > =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > >> * gnu/packages/java.scm (icedtea-8)[arguments]: Copy 'nss.cfg' from JDK = into >> JRE in the install phase. > > What effect does this have? Before this, accessing HTTPS using the 'java' from icedtea-8 will throw an exception about nss.cfg not available, while the 'java' from icedtea-8:jdk does work fine. (I'm running boot-clj, a clojure build tool.)