Solution #381 dh key too small?

This commit is contained in:
the-djmaze 2022-05-11 23:25:27 +02:00
parent b926a26dc8
commit 7e30cb95ec

View file

@ -175,7 +175,8 @@ abstract class NetClient
'allow_self_signed' => $bVerifySsl ? $bAllowSelfSigned : true,
// 'ciphers' => 'HIGH:!SSLv2:!SSLv3',
'SNI_enabled' => true,
// 'disable_compression' => true
// 'disable_compression' => true,
'security_level' => 1
)
);