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 e7e597e commit 45745dfCopy full SHA for 45745df
src/AbstractIpGeolocation/Common/AbstractHttpClient.php
@@ -18,7 +18,7 @@ class AbstractHttpClient
18
Read before disabling:
19
http://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/
20
*/
21
- public $verify_ssl = true;
+ public $verify_ssl = false;
22
private $request_successful = false;
23
private $last_error = '';
24
private $last_response = array();
0 commit comments