Closed
Description
the following request works OK with and ESP32 with the NINA firmware, but not with the esp32s2 native wifi
response = requests.get("https://api.thingspeak.com/channels/1417/feeds.json?results=1")
fails with
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "wifi_cheer.py", line 39, in <module>
File "adafruit_requests.py", line 507, in get
File "adafruit_requests.py", line 456, in request
File "adafruit_requests.py", line 405, in _get_socket
File "adafruit_requests.py", line 401, in _get_socket
OSError: Failed SSL handshake
>>>