User Details
- User Since
- May 13 2011, 3:34 AM (703 w, 4 d)
- Availability
- Available
Sep 1 2015
@disciplezero are you still maintaining this? or should i commandeer it?
@epriestley are you open to taking this? (Ran into this issue because I got SES set up on the west coast and Amazon makes you contact support if you want to send email from new regions :/)
Apr 9 2015
I've installed APCu in the meantime so this isn't urgent for me at least.
Feb 6 2015
Aug 21 2014
With this diff I can connect to secure.phabricator.com from arc so it looks to be in working order. commented on some typos i noticed.
Looks to be working. I was able to run arc list without any errors.
Aug 20 2014
I'll try to arc patch.
This might help with version detection, down to the beta release with that build timestamp.
$ php -r 'echo php_uname('r')."\n".php_uname('s')."\n".php_uname('v')."\n";' 14.0.0 Darwin Darwin Kernel Version 14.0.0: Sat Aug 9 00:14:02 PDT 2014; root:xnu-2782.1.80~2/RELEASE_X86_64
Aug 19 2014
... and it looks like --cacert is old news: http://curl.haxx.se/mail/archive-2013-10/0036.html. So I'm not sure how arc worked on Mavericks unless the certs registered with the keychain changed in 10.10 DP6.
Even setting CURLOPT_SSL_VERIFYPEER to false doesn't make the SSL error go away. I was able to get arc temporarily working again by not setting CURLOPT_CAINFO.