mirror of
https://codeberg.org/uzu/strudel
synced 2026-09-03 22:40:22 -04:00
don't force SSL for mqtt websocket connections - fall back on url instead (wss: for SSL, ws: for unencrypted)
This commit is contained in:
@@ -61,7 +61,6 @@ Pattern.prototype.mqtt = function (
|
||||
const props = {
|
||||
onSuccess: onConnect,
|
||||
onFailure: onFailure,
|
||||
useSSL: true,
|
||||
};
|
||||
|
||||
if (username) {
|
||||
|
||||
Reference in New Issue
Block a user