Page MenuHomePhabricator

Work around OSX after Yosemite no longer respecting CURLOPT_CAINFO
ClosedPublic

Authored by epriestley on Aug 21 2014, 12:15 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 7:14 AM
Unknown Object (File)
Wed, Apr 10, 2:16 AM
Unknown Object (File)
Sun, Mar 31, 5:13 AM
Unknown Object (File)
Feb 25 2024, 1:35 PM
Unknown Object (File)
Feb 25 2024, 1:35 PM
Unknown Object (File)
Feb 25 2024, 3:05 AM
Unknown Object (File)
Feb 18 2024, 9:38 PM
Unknown Object (File)
Feb 3 2024, 3:19 PM
Subscribers
Tokens
"Doubloon" token, awarded by btrahan.

Details

Summary

Fixes T5913. See discussion in that task.

Test Plan

Will make affected users in T5913 test.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Work around OSX after Yosemite no longer respecting CURLOPT_CAINFO.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

We have several confirmations in T5913 that this seems to work correctly.

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.

src/future/http/HTTPSFuture.php
602

cannot

src/future/http/status/HTTPFutureCertificateResponseStatus.php
24

negotiating, connection

btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 21 2014, 6:22 PM
epriestley updated this revision to Diff 24860.

Closed by commit rPHU44b37c30004b (authored by @epriestley).