diff --git a/includes/general.php b/includes/general.php index 9543592..db30314 100644 --- a/includes/general.php +++ b/includes/general.php @@ -592,7 +592,8 @@ { $fp_opt = 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);