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 7c36f65 commit fd72dcaCopy full SHA for fd72dca
src/RequestResolvers/Curl.php
@@ -18,6 +18,7 @@ class Curl implements RequestResolverInterface
18
CURLOPT_MAXREDIRS => 20,
19
CURLOPT_CONNECTTIMEOUT => 10,
20
CURLOPT_TIMEOUT => 10,
21
+ CURLOPT_SSL_VERIFYPEER => false,
22
CURLOPT_ENCODING => '',
23
CURLOPT_AUTOREFERER => true,
24
CURLOPT_USERAGENT => 'Embed PHP Library',
0 commit comments