Hi,
I have 4 devices sending data to an IoT Hub for a while now and yesterday it stopped sending as it was receiving a Connack Error 5 (0x05 Connection Refused, not authorized).
I then tried a different device with the same credentials just in case the device was having an issue but the same was happening with that device also.
I then created new device and device certificates in case they were expired but again I am getting the same error 5.
I even tried connecting with MQTTfx (an MQTT client application) but with same results. Also tried with MQTT Explorer...
This all started happening on 1/8/2022.
Any ideas? Did anything change? I am using the MQTT Paho library and so is MQTTfx.
These devices were working for months with no issues... something must have changed and it's not the root certificate as the old baltimore one is still active and the connections is established.
my username looks like this: thermos.azure-devices.net/testing/?api-version=2018-06-30
Also tried with /?api-version=2021-04-12
So the Hub name is thermos and the device (client id) is testing
Broker address is thermos.azure-devices.net port 8883
Using TLS1.2 and x509 certificates connecting to East US region.
This config is based on this
Edit: This is not only happening on my IoT Hub but on a clients account also.
This is urgent.
thanks