FragJage / MqttOwfs

Gateway OWFS to MQTT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCP/TLS connect failure

macsatcom opened this issue · comments

I get a failure on connect.

I dont use TLS normally for my MQTT server, just running clear text.

Is it possible to connect using non-TLS ?

I use a local mqtt server without TLS. You get a standard message of PAHO library when connection failed. Check your configuration file section mqtt value server, it should be like tcp://ip:port, more information on wiki https://github.com/FragJage/MqttOwfs/wiki/Configuration.