-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrokenPipeError in network.fetch #127
Comments
I have the same issue with very similar code but a different API url: https://opensky-network.org/api/states/all?lamin=-2.0609&lomin=51.4238&lamax=-1.9510&lomax=51.4580 Retrieving data...Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Both are using Let's Encrypt, and me too. I' am checking how to add this CA validate or ignore SSL verification. Keep in touch! |
You may need to update the NINA firmware on the ESP32 for an updated certificate bundle: |
Thanks @anecdata !!! First Upload Passthrough Code and after Download NINA Firmware. It´s important the first step. |
Yes, updated NINA-FW has new root certificates: adafruit/nina-fw#57. Note that there is still a problem with at least some elliptical cryptography cert chains: adafruit/nina-fw#58 |
I'm getting an error with network.fetch on an Adafruit Matrix Portal M4.
Error details:
sample code:
if you try the URL ( https://www.yeazel2.net/ ) in a browser you'll see that it works.
The text was updated successfully, but these errors were encountered: