We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32d473 commit a882d2cCopy full SHA for a882d2c
src/tls/utility/TLSClientMqtt.cpp
@@ -59,6 +59,8 @@ void TLSClientMqtt::begin(ConnectionHandler & connection) {
59
* https://github.com/arduino/uno-r4-wifi-usb-bridge/blob/f09ca94fdcab845b8368d4435fdac9f6999d21d2/certificates/certificates.pem#L852
60
*/
61
(void)connection;
62
+ /* Temporary force CACert to add new CA without rebuilding firmware */
63
+ setCACert(AIoTSSCert);
64
#elif defined(ARDUINO_ARCH_ESP32)
65
#if (ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(3, 0, 4))
66
setCACertBundle(x509_crt_bundle);
0 commit comments