Skip to content

Commit 3a2cfa2

Browse files
authored
added verify_peer_name => false (Roundcube driver, Debian)
1 parent ae2d160 commit 3a2cfa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/debian/8/roundcube/vesta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ function save($curpass, $passwd)
4646
$context = stream_context_create();
4747

4848
$result = stream_context_set_option($context, 'ssl', 'verify_peer', false);
49+
$result = stream_context_set_option($context, 'ssl', 'verify_peer_name', false);
4950
$result = stream_context_set_option($context, 'ssl', 'verify_host', false);
5051
$result = stream_context_set_option($context, 'ssl', 'allow_self_signed', true);
5152

0 commit comments

Comments
 (0)