Closed joysfera closed 7 years ago
It was not possible till now. Thx for hint :smile:
Example settings:
server: {
uri: "wss://example.org/mqtt", // <-- wss (for secured websockets)
username: "tester",
password: "cGFzc3dvcmQ=" // <-- string "password" in base46
}
See comment in settings for detail.
Thanks for after-midnight fix :)
Please provide an example in index.html with name and password for connecting to MQTT broker and also a flag to enforce secure (TLS encrypted) connection. Thanks! :)