mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-30 12:07:09 +00:00
00_MQTT2_SERVER.pm: "enable" SSL=0 (Forum #135878)
git-svn-id: https://svn.fhem.de/fhem/trunk@28191 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
039fe41ef4
commit
331fb74c77
@ -156,7 +156,7 @@ MQTT2_SERVER_Attr(@)
|
|||||||
{
|
{
|
||||||
my ($type, $devName, $attrName, @param) = @_;
|
my ($type, $devName, $attrName, @param) = @_;
|
||||||
my $hash = $defs{$devName};
|
my $hash = $defs{$devName};
|
||||||
if($type eq "set" && $attrName eq "SSL") {
|
if($type eq "set" && $attrName eq "SSL" && $param[0]) {
|
||||||
InternalTimer(1, "TcpServer_SetSSL", $hash, 0); # Wait for sslCertPrefix
|
InternalTimer(1, "TcpServer_SetSSL", $hash, 0); # Wait for sslCertPrefix
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -921,8 +921,8 @@ MQTT2_SERVER_ReadDebug($$)
|
|||||||
|
|
||||||
<a id="MQTT2_SERVER-attr-SSL"></a>
|
<a id="MQTT2_SERVER-attr-SSL"></a>
|
||||||
<li>SSL<br>
|
<li>SSL<br>
|
||||||
Enable SSL (i.e. TLS). Note: after deleting this attribute FHEM must be
|
Enable SSL (i.e. TLS). Note: after deleting or zeroing this attribute
|
||||||
restarted.
|
FHEM must be restarted.
|
||||||
</li><br>
|
</li><br>
|
||||||
|
|
||||||
<a id="MQTT2_SERVER-attr-sslVersion"></a>
|
<a id="MQTT2_SERVER-attr-sslVersion"></a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user