diff --git a/Client/Client.php b/Client/Client.php index 2c4be17..9e73986 100644 --- a/Client/Client.php +++ b/Client/Client.php @@ -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();