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.
1 parent e41627a commit 44b9536Copy full SHA for 44b9536
src/UncaptchaREST.php
@@ -50,6 +50,7 @@ protected function call(string $methodName, array $post = []){
50
curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate');
51
curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout);
52
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
53
+ if($this->hostIp) curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
54
55
$this->curlResponse = curl_exec($ch);
56
0 commit comments