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 86809dc commit 22bba6dCopy full SHA for 22bba6d
src/Supabase.php
@@ -33,6 +33,8 @@ protected function grab($url, $method, $data=null)
33
$options = array(
34
CURLOPT_URL => $url,
35
CURLOPT_RETURNTRANSFER => true,
36
+ CURLOPT_SSL_VERIFYPEER => true,
37
+ CURLOPT_SSL_VERIFYHOST => 2,
38
CURLOPT_HTTPHEADER => $headers,
39
CURLOPT_CUSTOMREQUEST => $method,
40
CURLOPT_TIMEOUT => 120,
0 commit comments