diff options
-rw-r--r-- | includes/general.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/general.php b/includes/general.php index 9543592..735f357 100644 --- a/includes/general.php +++ b/includes/general.php @@ -593,6 +593,7 @@ $fp_opt = array( 'ssl' => array( 'verify_peer' => false, // Opportunistic Encryption + 'verify_peer_name' => false, // Opportunistic Encryption ) ); $fp_ctx = stream_context_create($fp_opt); |