I have several devices that connect to the Arduino Cloud. Recently all of my devices have stopped connecting which I understand is because the CA was rolled over due to a security issue.
I've tried to reflash a few of the devices but nothing will connect again.
I regenrated the certificates and tried to delete the thing, device, created a new sketch with no luck.
I still get this error after the device connects to WiFi.
ArduinoIoTCloudTCP::handle_ConnectMqttBroker could not connect to mqtts-up.iot.arduino.cc:8884
ArduinoIoTCloudTCP::handle_ConnectMqttBroker 8 connection attempt at tick time 209155
T 79.6 F | H 41.2 % | V 2.20 V
The Arduino client is giving me this error.
2025/06/14 15:26:40 http: TLS handshake error from 127.0.0.1:34932: client sent an HTTP request to an HTTPS server
I'm not sure how to troubleshoot this since there are no logs or any more data available to me.
What can I do to get these devices connected again?