Skip to content

Commit 7c36f65

Browse files
committed
removed default CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST config #120
1 parent 196bab8 commit 7c36f65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/RequestResolvers/Curl.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class Curl implements RequestResolverInterface
1818
CURLOPT_MAXREDIRS => 20,
1919
CURLOPT_CONNECTTIMEOUT => 10,
2020
CURLOPT_TIMEOUT => 10,
21-
CURLOPT_SSL_VERIFYPEER => false,
22-
CURLOPT_SSL_VERIFYHOST => false,
2321
CURLOPT_ENCODING => '',
2422
CURLOPT_AUTOREFERER => true,
2523
CURLOPT_USERAGENT => 'Embed PHP Library',

0 commit comments

Comments
 (0)