From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: After installing Java, what should I set JAVA_HOME to? Date: Tue, 08 Nov 2016 16:15:36 +0100 Message-ID: <87d1i680kn.fsf@elephly.net> References: <87r36u5rrd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c487p-0005ig-IR for help-guix@gnu.org; Tue, 08 Nov 2016 10:15:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c487m-00056O-Bo for help-guix@gnu.org; Tue, 08 Nov 2016 10:15:49 -0500 Received: from sender163-mail.zoho.com ([74.201.84.163]:21308) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c487m-00054c-2W for help-guix@gnu.org; Tue, 08 Nov 2016 10:15:46 -0500 In-reply-to: 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: Zachary Kanfer Cc: help-guix@gnu.org Zachary Kanfer writes: > I am not sure what trust store is being used. I'm also not sure how to > check what trust store is being used. You can get more debug information by adding the following option to your invocation of “java”: -Djavax.net.debug=ssl You can override the trust store with -Djavax.net.ssl.trustStore=/path/to/jdk/lib/security/cacerts ~~ Ricardo