mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
Solution #381 dh key too small
?
This commit is contained in:
parent
b926a26dc8
commit
7e30cb95ec
1 changed files with 2 additions and 1 deletions
|
@ -175,7 +175,8 @@ abstract class NetClient
|
||||||
'allow_self_signed' => $bVerifySsl ? $bAllowSelfSigned : true,
|
'allow_self_signed' => $bVerifySsl ? $bAllowSelfSigned : true,
|
||||||
// 'ciphers' => 'HIGH:!SSLv2:!SSLv3',
|
// 'ciphers' => 'HIGH:!SSLv2:!SSLv3',
|
||||||
'SNI_enabled' => true,
|
'SNI_enabled' => true,
|
||||||
// 'disable_compression' => true
|
// 'disable_compression' => true,
|
||||||
|
'security_level' => 1
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue