mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Centos6 roundcube password driver typo fix
This commit is contained in:
parent
b8375c5833
commit
ed1ad943cf
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,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_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