Hi
I have a console application wich send traces to flespi. I can receive those traces in the mqtt board.
But when I want to create a channel that streams my mqtt traces to IOT hub i keep getting an error:
{
close_code : 11
duration : 0
error_text : "failed establishing or authorizing MQTT connection"
event_code : 102
id : 14
msgs : 0
origin_id : 19941
origin_type : 9
timestamp : 1585828444.212312
transport : "none"
}
All my settings are the same as for the MQTT board but for some reason I can't connect to my channel
Settings are:
Host : mqtt.flespi.io:8883 (tried different ports)
Topic : TestTopic (this works with MQTT Board
The stream works when i use the teltonika FMB640 (teltonika) device datalogger. So that's ruled out.
Can anyone help me please