mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-05-07 01:07:05 +02:00
added verify_peer_name => false (Roundcube driver, Debian)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user