php - Phabricator SSL certificate not trusted -


i have problem arc install-certificate instruction

configuration : linux mint 16 (petra)

what did :

  1. i have put public key phabricator web (i can git instructions no problem)

  2. i have downloaded custom.pem certificate , put libphutil/resources/ssl directory.

  3. i have followed instructions in readme file (it in same dir) , modified line in php.ini file :

    curl.cainfo = /home/ilongin/job/tools/arcanist/libphutil/resources/ssl/custom.pem

but still when run arc install-certificate inside project dir :

trying connect server... usage exception: failed connect server: [curl/60] (our-phab-server-url) there error verifying ssl certificate authority while negotiating ssl connection. indicates using self-signed certificate have not added ca ca bundle. see instructions in "libphutil/resources/ssl/readme".

does knows wrong?


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -