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 8a90cf5 commit 91d67c5Copy full SHA for 91d67c5
client.php
@@ -102,7 +102,7 @@ public function send_request(array $request)
102
curl_setopt($curl, CURLOPT_POSTFIELDS, $request_json);
103
104
if ($this->verify_ssl === false) {
105
- curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
+ curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 0);
106
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
107
}
108
0 commit comments