From 3a2cfa20fe0883d1ed9583a6735ca857ba6ab349 Mon Sep 17 00:00:00 2001 From: dpeca Date: Fri, 13 Jan 2017 17:03:02 +0100 Subject: [PATCH] added verify_peer_name => false (Roundcube driver, Debian) --- install/debian/8/roundcube/vesta.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/debian/8/roundcube/vesta.php b/install/debian/8/roundcube/vesta.php index 3261f656..b3dd167f 100644 --- a/install/debian/8/roundcube/vesta.php +++ b/install/debian/8/roundcube/vesta.php @@ -46,6 +46,7 @@ class rcube_vesta_password { $context = stream_context_create(); $result = stream_context_set_option($context, 'ssl', 'verify_peer', false); + $result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false); $result = stream_context_set_option($context, 'ssl', 'verify_host', false); $result = stream_context_set_option($context, 'ssl', 'allow_self_signed', true);