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.
2 parents 60af35c + c9ec189 commit c0b0c1fCopy full SHA for c0b0c1f
src/Google/IO/Curl.php
@@ -61,7 +61,7 @@ public function executeRequest(Google_Http_Request $request)
61
62
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, false);
63
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, true);
64
- // 1 is CURL_SSLVERSION_TLSv1_0, which is not always defined in PHP.
+ // 1 is CURL_SSLVERSION_TLSv1, which is not always defined in PHP.
65
curl_setopt($curl, CURLOPT_SSLVERSION, 1);
66
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
67
curl_setopt($curl, CURLOPT_HEADER, true);
0 commit comments