diff options
author | Bernhard Fröhlich <bernhard@cacert.org> | 2019-02-25 22:25:17 +0100 |
---|---|---|
committer | Bernhard Fröhlich <bernhard@cacert.org> | 2019-02-25 22:25:17 +0100 |
commit | 2d727352bc72af91e82e43545864aa99250b8ab9 (patch) | |
tree | d97de2e305cffe937617ec791d9306a33db2fa68 | |
parent | 8ab79aad9fd3685129060854340dccd5dbf01a1d (diff) | |
download | cacert-devel-bug-1459.tar.gz cacert-devel-bug-1459.tar.xz cacert-devel-bug-1459.zip |
Wytzes emergency changebug-1459
-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); |