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