Skip to content

Commit a1eb1e0

Browse files
committed
Adding reference to cipher list comment in docblock.
1 parent 6d133a3 commit a1eb1e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/OpenCloud/Database/Service.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,9 @@ public function setClient(ClientInterface $client)
130130
$this->client = $client;
131131
}
132132

133+
/**
134+
* @see https://github.com/rackspace/php-opencloud/issues/560#issuecomment-81790778
135+
*/
133136
public static function getSslCipherList()
134137
{
135138
return 'ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:'

0 commit comments

Comments
 (0)