"e-mail verification fails for many addresses since upgrade from PHP 5.5 to PHP 5.6"
pull/1/head
Wytze van der Raay 5 years ago
parent f6b81bfed9
commit 62a2d72a07

@ -592,7 +592,8 @@
{ {
$fp_opt = array( $fp_opt = array(
'ssl' => array( 'ssl' => array(
'verify_peer' => false, // Opportunistic Encryption 'verify_peer' => false, // Opportunistic Encryption
'verify_peer_name' => false, // Opportunistic Encryption
) )
); );
$fp_ctx = stream_context_create($fp_opt); $fp_ctx = stream_context_create($fp_opt);

Loading…
Cancel
Save