FreeBSD の phabfiractor で SSL エラー2021年10月14日 11時36分22秒

FreeBSD 上で、reviews.freebsd.org に送るのに arc diff が失敗する
% arc diff
 Exception 
[cURL/60] (https://reviews.freebsd.org/api/user.whoami) <CURLE_SSL_CACERT>
There was an error verifying the SSL connection. This usually
indicates that the remote host has an SSL certificate for a different
domain name than you are connecting with. Make sure the
certificate you have installed is signed for the correct domain.
(Run with `--trace` for a full exception trace.)

調べてみると devel/arcanist: Can't access to reviews.freebsd.org with arcanist が見付かった。ports で修正に対応。

自前で応急処置をする場合には、

$ echo 'curl.cainfo="/usr/local/share/certs/ca-root-nss.crt"' >> /usr/local/etc/php/ext-20-curl.ini
で対応できる。