Skip to content

Commit fd72dca

Browse files
committed
restore CURLOPT_SSL_VERIFYPEER option because some urls are failing #120
1 parent 7c36f65 commit fd72dca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/RequestResolvers/Curl.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class Curl implements RequestResolverInterface
1818
CURLOPT_MAXREDIRS => 20,
1919
CURLOPT_CONNECTTIMEOUT => 10,
2020
CURLOPT_TIMEOUT => 10,
21+
CURLOPT_SSL_VERIFYPEER => false,
2122
CURLOPT_ENCODING => '',
2223
CURLOPT_AUTOREFERER => true,
2324
CURLOPT_USERAGENT => 'Embed PHP Library',

0 commit comments

Comments
 (0)