Skip to content

Commit 9b8c2d7

Browse files
committed
Disable SSL verification
1 parent d38ccb7 commit 9b8c2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractEmailValidation/Common/AbstractHttpClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AbstractHttpClient
1616
Read before disabling:
1717
http://snippets.webaware.com.au/howto/stop-turning-off-curlopt_ssl_verifypeer-and-fix-your-php-config/
1818
*/
19-
public $verify_ssl = true;
19+
public $verify_ssl = false;
2020
private $request_successful = false;
2121
private $last_error = '';
2222
private $last_response = array();

0 commit comments

Comments
 (0)