Skip to content

Commit

Permalink
added CURLOPT_SSL_CIPHER_LIST
Browse files Browse the repository at this point in the history
  • Loading branch information
gecatalin committed Nov 6, 2014
1 parent ed66e95 commit d8344b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Client/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public function request(Request $request)
curl_setopt($curl, CURLOPT_URL, $request->getUri());
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_HEADER, true);
curl_setopt($curl, CURLOPT_SSL_CIPHER_LIST, 'TLSv1');

// add headers
$headers = array();
Expand Down

0 comments on commit d8344b0

Please sign in to comment.