Skip to content

Commit 45745df

Browse files
committed
Disable SSL verification
1 parent e7e597e commit 45745df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractIpGeolocation/Common/AbstractHttpClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class AbstractHttpClient
1818
Read before disabling:
1919
http://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/
2020
*/
21-
public $verify_ssl = true;
21+
public $verify_ssl = false;
2222
private $request_successful = false;
2323
private $last_error = '';
2424
private $last_response = array();

0 commit comments

Comments
 (0)