We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d133a3 commit a1eb1e0Copy full SHA for a1eb1e0
lib/OpenCloud/Database/Service.php
@@ -130,6 +130,9 @@ public function setClient(ClientInterface $client)
130
$this->client = $client;
131
}
132
133
+ /**
134
+ * @see https://github.com/rackspace/php-opencloud/issues/560#issuecomment-81790778
135
+ */
136
public static function getSslCipherList()
137
{
138
return 'ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:'
0 commit comments