Skip to content

Commit a7cf3d4

Browse files
committed
testing facebook CURLOPT_SSL_VERIFYHOST
1 parent ac486f6 commit a7cf3d4

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_VERIFYHOST => false,
2122
CURLOPT_SSL_VERIFYPEER => false,
2223
CURLOPT_ENCODING => '',
2324
CURLOPT_AUTOREFERER => true,

0 commit comments

Comments
 (0)