[Userland-team] [illumos-userland - Bug #1536] curl CApath should be set

illumos project devnull at illumos.org
Fri Feb 17 16:55:42 UTC 2012


Issue #1536 has been updated by Bayard Bell.

Project changed from OpenIndiana Distribution to illumos-userland
Category deleted (SFW (Solaris Freeware))
Target version deleted (oi_151_stable)


----------------------------------------
Bug #1536: curl CApath should be set
https://www.illumos.org/issues/1536

Author: Albert Lee
Status: New
Priority: Normal
Assignee: OI Userland
Category: 
Target version: 
Difficulty: Bite-size
Tags: needs-triage


curl doesn't have CApath set, and CAfile is set to a nonexistent file.
<pre>[trisk at kirin]% curl https://www.google.com/        ~/Documents/Nexenta/expenses
curl: (77) error setting certificate verify locations:
  CAfile: /etc/curl/curlCA
  CApath: none
</pre>

Workaround is to @mkdir -p /etc/curl && cat /etc/certs/CA/*.pem > /etc/curl/curlCA at .

CAfile should be cleared, and CApath should be set to _/etc/certs/CA_.


-- 
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://www.illumos.org/my/account



More information about the Userland-team mailing list