Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2017 06:44:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 221538] ftp/linux-c7-curl: curl: (77) Problem with the SSL CA cert (path? access rights?)
Message-ID:  <bug-221538-4077-7rmllKGQKt@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-221538-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-221538-4077@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
David Naylor <dbn@FreeBSD.org> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to
emulation@FreeBSD.org:
Bug 221538: ftp/linux-c7-curl: curl: (77) Problem with the SSL CA cert (pat=
h?
access rights?)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D221538



--- Description ---
A default installation of the linux version of curl:

# make -C /usr/ports/ftp/linux-c7-curl install
or
# make pkg install linux-c6-curl
is not able to validate certificates:

# /compat/linux/usr/bin/curl -Iv https://www.google.com
* About to connect() to www.google.com port 443 (#0)
*   Trying 216.58.223.4...
* Connected to www.google.com (216.58.223.4) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* Unable to initialize NSS database
* Initializing NSS with certpath: none
* Closing connection 0
curl: (77) Problem with the SSL CA cert (path? access rights?)

while the FreeBSD version is capable of validating certificates.=20=20

This impacts me as I am trying to port the CentOS 7 version of .NET Core, w=
hich
uses libcurl, and it is unable to fetch packages due to unvalidated
certificates.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-221538-4077-7rmllKGQKt>