mqtt connect on port 443
This commit is contained in:
parent
7cbac37c4d
commit
e7d1819857
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ class BumperMQTTServer_Plugin:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await self.proxyclients[client_id].connect(
|
await self.proxyclients[client_id].connect(
|
||||||
f"mqtts://{username}:{password}@{mqtt_server}:8883",
|
f"mqtts://{username}:{password}@{mqtt_server}:443",
|
||||||
)
|
)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
mqttserverlog.error(f"MQTT Proxy Mode - Exception connecting with proxy to ecovacs - {e}")
|
mqttserverlog.error(f"MQTT Proxy Mode - Exception connecting with proxy to ecovacs - {e}")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue