mathworks / thingspeak-arduino

ThingSpeak Communication Library for Arduino, ESP8266 and ESP32
https://thingspeak.com
438 stars 231 forks source link

ESP32 cant connect over SSL #82

Closed SphaeroX closed 2 years ago

SphaeroX commented 2 years ago

i try to run the example from the library, but the ESP32 wont connect.

14:30:56.635 -> ts::writeField (channelNumber: x writeAPIKey: xfield: 1 value: "6")
14:30:56.635 -> ts::writeRaw   (channelNumber: x writeAPIKey: x
14:30:56.635 ->                Connect to default ThingSpeak: api.thingspeak.com:443...Failed.
14:30:56.683 -> Problem updating channel. HTTP error code -301

library Version 2.0.1

SphaeroX commented 2 years ago

now it works, but i didnt changed anything ^^