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 160ee98 commit 5ad3013Copy full SHA for 5ad3013
src/Understand/UnderstandLaravel/Handlers/SyncHandler.php
@@ -25,7 +25,7 @@ protected function send($requestData)
25
26
if ($this->sslBundlePath)
27
{
28
- curl_setopt($ch, CURLOPT_TIMEOUT, $this->sslBundlePath);
+ curl_setopt($ch, CURLOPT_CAINFO, $this->sslBundlePath);
29
}
30
31
curl_setopt($ch, CURLOPT_USERAGENT, 'Laravel service provider.');
0 commit comments