mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
FB_CALLMONITOR: do not allow weak DH based ciphers (Forum: #80281)
git-svn-id: https://svn.fhem.de/fhem/trunk@15534 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
461c58254f
commit
09c6a0d99d
@ -1371,6 +1371,7 @@ sub FB_CALLMONITOR_requestTR064($$$$;$$)
|
|||||||
$param->{loglevel} = 4;
|
$param->{loglevel} = 4;
|
||||||
$param->{digest} = 1;
|
$param->{digest} = 1;
|
||||||
$param->{hideurl} = 1;
|
$param->{hideurl} = 1;
|
||||||
|
$param->{sslargs} = { SSL_verify_mode => 0, SSL_cipher_list => 'DEFAULT:!DH' }; # workaround for newer OpenSSL-Libraries who do not allow weak DH based ciphers (Forum: #80281)
|
||||||
|
|
||||||
unless($hash->{helper}{TR064}{SECURITY_PORT})
|
unless($hash->{helper}{TR064}{SECURITY_PORT})
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user