mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Merge c203d15b17 into ba496919dd
This commit is contained in:
commit
418fb52d56
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class SSLContext implements \JsonSerializable
|
|||
|
||||
public function __construct()
|
||||
{
|
||||
$oConfig = \RainLoop\API::Config();
|
||||
$oConfig = \RainLoop\Api::Config();
|
||||
$this->verify_peer = !!$oConfig->Get('ssl', 'verify_certificate', true);
|
||||
$this->verify_peer_name = !!$oConfig->Get('ssl', 'verify_certificate', true);
|
||||
$this->allow_self_signed = !!$oConfig->Get('ssl', 'allow_self_signed', false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue