mathworks / thingspeak-arduino

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

Does not work with WifiSSLClient #63

Closed fengrun85 closed 3 years ago

fengrun85 commented 4 years ago

The library does not work with SSL connections. I uploaded the certificate to the Wifi module but got error 301 In the end, I had to go into Thingspeak.h to change the port from 80 to 443 Would be good if there is a option to set the mode between HTTP and HTTPS

v-c commented 4 years ago

A 301 is expected if trying to do SSL over port 80 as SSL connections happen on port 443.

Can you give more details - What device are you using? Maybe share your sketch so we may look into building a generalized solution?

v-c commented 3 years ago

This is resolved with version 2.0 release.