[Userland-team] [OpenIndiana Distribution - Bug #1536] (New) curl CApath should be set

illumos project devnull at illumos.org
Mon Sep 19 18:31:04 UTC 2011


Issue #1536 has been reported by Albert Lee.

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

Author: Albert Lee
Status: New
Priority: Normal
Assignee: OI Userland
Category: SFW (Solaris Freeware)
Target version: oi_151_stable
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