From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 18:01:11 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CB28CC2 for ; Wed, 27 Aug 2014 18:01:11 +0000 (UTC) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6493C3552 for ; Wed, 27 Aug 2014 18:01:11 +0000 (UTC) Received: by mail-oi0-f47.google.com with SMTP id x69so415325oia.20 for ; Wed, 27 Aug 2014 11:01:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=yzpfRNczSYWWf+LagC0h3bQ7KxYhjwdebdoK7Ns7iE8=; b=PfrFJZll2hu7QqEdB+bn/a2YPFRYBT8DkTe1MbjR2sCLdlQboZaqDPzJ8XCYukTONi WDahwJ74SYDdBFntUxPfrtbPdTm7wArriIB9zxEjRnmVaHhYPIABkzcuIWNKjHULzQHS P1+YvLIVwF12Q/SPyKDQjKsMuOpZbGFCfOwqSMP4LT9GpLVL2ABl0ntK4tjgY75Z33RI HHXVqUpSu8dHKOdPOilm3e7/AM4QYu9OB/jRndiTMNFitLPyLx0/312kHwVNPTpe4Kro 8LysJYATAH+GU4sultx1QGrCeQwymHYs3WX1H1H0nTX4aZoJkfwigckBq+q2gYOnUsmh Wl1w== X-Gm-Message-State: ALoCoQmq2rm74gtZ6r7VpOqrsnItQiONuxtc50wI72xHEMduVBPDyOuYzcwbsMmZvf41PwNHWVyi MIME-Version: 1.0 X-Received: by 10.60.44.65 with SMTP id c1mr3996748oem.83.1409162470172; Wed, 27 Aug 2014 11:01:10 -0700 (PDT) Received: by 10.60.120.37 with HTTP; Wed, 27 Aug 2014 11:01:10 -0700 (PDT) In-Reply-To: <53FE1B4C.5030307@my.hennepintech.edu> References: <53FE1B4C.5030307@my.hennepintech.edu> Date: Wed, 27 Aug 2014 11:01:10 -0700 Message-ID: Subject: Re: fetch problem on relatively new 10.0-RELEASE-p7 host From: Michael Sierchio To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 18:01:11 -0000 I suppose the puzzling thing was the missing /etc/ssl/cert.pem So, is my install broken, or is this just prudent, abundance-of-caution, and on purpose? - M On Wed, Aug 27, 2014 at 10:54 AM, Andrew Berg wrote: > On 2014.08.27 12:19, Michael Sierchio wrote: > > It seems, after running in verbose mode, that the (undocumented in the > > man page) default location for the trusted Root CA bundle is > > > > /etc/ssl/cert.pem > > > > which doesn't exist. I created a symlink to > > > > /usr/local/share/certs/ca-root-nss.crt > > > > and fetching from a URI whose method is HTTPS now works. > Yes, naturally, something in base would go looking in /etc rather than > /usr/local/etc. The ca_root_nss port has an option to create this symlink. > There is also an environment variable available to make fetch download > something anyway. I forget what it is, but I'm pretty sure it's documented > in > the fetch(3) man page or such. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" >