Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15444572
D8855.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
489 B
Referenced Files
None
Subscribers
None
D8855.diff
View Options
diff --git a/src/future/http/HTTPSFuture.php b/src/future/http/HTTPSFuture.php
--- a/src/future/http/HTTPSFuture.php
+++ b/src/future/http/HTTPSFuture.php
@@ -321,6 +321,10 @@
}
curl_setopt($curl, CURLOPT_SSLVERSION, 0);
+
+ // We must manually set cipher list for some curl versions.
+ // See http://sourceforge.net/p/curl/bugs/1323/#1816 for details.
+ curl_setopt($curl, CURLOPT_SSL_CIPHER_LIST, "RC4-SHA");
} else {
$curl = $this->handle;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 28, 10:09 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7720834
Default Alt Text
D8855.diff (489 B)
Attached To
Mode
D8855: rc4 support for latest curl versions
Attached
Detach File
Event Timeline
Log In to Comment