fhem.pl: add sslVersion (Forum #39094)

git-svn-id: https://svn.fhem.de/fhem/trunk@8952 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-07-13 12:30:26 +00:00
parent cae8e09ca5
commit f88e7d8e8e
7 changed files with 42 additions and 5 deletions

View File

@@ -1456,6 +1456,14 @@ The following local attributes are used by a wider range of devices:
overview and by xmllist.
</li><br>
<a name="sslVersion"></a>
<li>sslVersion<br>
Specifies the accepted cryptography algorithms by all modules using the
TcpServices helper module. The current default TLSv12:!SSLv3 is thought
to be more secure than the previously used SSLv23:!SSLv3:!SSLv2, but it
causes problems with some not updated web services.
</li><br>
<a name="stacktrace"></a>
<li>stacktrace<br>
if set (to 1), dump a stacktrace to the log for each "PERL WARNING".