You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adafruit CircuitPython 7.3.2 on 2022-07-20; Adafruit QT Py ESP32S2 with ESP32S2
[...]
>>> adafruit_requests.__version__
'1.12.4'
>>> response = requests.get("https://www.flightstats.com")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_requests.py", line 726, in get
File "adafruit_requests.py", line 667, in request
File "adafruit_requests.py", line 518, in _get_socket
RuntimeError: Sending request failed
I've seen this reported a few times, but I'm still not clear on which library, exactly, is failing and where to look for an update that fixes it.
Added some print statements to Requests. It's failing here with OSError: Failed SSL handshake. I'm running 7.3.3, which has the updated certificates. It's possibly an issue with TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256.
Getting the above error:
I've seen this reported a few times, but I'm still not clear on which library, exactly, is failing and where to look for an update that fixes it.
Here's what
curl -v
reports forflightstats.com
:Is the problem the size of the certificate? The encoding? I wish I knew where to look.
The text was updated successfully, but these errors were encountered: