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:
markusbloch 2017-12-01 18:06:31 +00:00
parent 461c58254f
commit 09c6a0d99d

View File

@ -1371,6 +1371,7 @@ sub FB_CALLMONITOR_requestTR064($$$$;$$)
$param->{loglevel} = 4;
$param->{digest} = 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})
{