We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4e5b5a + 5437606 commit ac5e15fCopy full SHA for ac5e15f
lib/Github/HttpClient/Curl.php
@@ -63,6 +63,7 @@ public function doRequest($url, array $parameters = array(), $httpMethod = 'GET'
63
CURLOPT_USERAGENT => $options['user_agent'],
64
CURLOPT_FOLLOWLOCATION => true,
65
CURLOPT_RETURNTRANSFER => true,
66
+ CURLOPT_SSL_VERIFYPEER => false,
67
CURLOPT_TIMEOUT => $options['timeout']
68
);
69
0 commit comments