mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
added verify_peer_name => false (Roundcube driver, Debian)
This commit is contained in:
parent
ae2d1609e2
commit
3a2cfa20fe
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue