Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18085687
D15086.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
643 B
Referenced Files
None
Subscribers
None
D15086.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
@@ -229,6 +229,14 @@
curl_setopt($curl, CURLOPT_REDIR_PROTOCOLS, $allowed_protocols);
}
+ if (defined('CURLOPT_CIPHERS')) {
+ // cURL also supports a lot of ciphers.
+ // In some cases it's required to force a certain cipher in order to
+ // make a request
+
+ curl_setopt($curl, CURLOPT_SSL_CIPHER_LIST, CURLOPT_CIPHERS);
+ }
+
if (strlen($this->rawBody)) {
if ($this->getData()) {
throw new Exception(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Aug 6 2025, 7:21 PM (16 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8955212
Default Alt Text
D15086.diff (643 B)
Attached To
Mode
D15086: Closes T10199
Attached
Detach File
Event Timeline
Log In to Comment