-
Notifications
You must be signed in to change notification settings - Fork 844
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
Pico W tls_client tls_client_err -14 #573
Comments
I have the same Problem pls help |
ERR_RST: the connection was reset by the remote host |
But I am using the basic example with the domain provided.(worldtimeapi) Why does they close the connection? |
It's not our website, but it appears to be down (actually just very slow). We need to change it to something else. |
Yeah thanks for the help. I got it working for my own domain. However it is very slow. It takes about 20 seconds to send a request. (See #411) Any fix for that? |
micropython/micropython#16233 suggests that many sites refuse to respond to requests without a User-Agent header, so maybe https://github.com/raspberrypi/pico-examples/blob/master/pico_w/wifi/tls_client/picow_tls_client.c#L11 ought to include a |
Recently, I attempted to transmit an HTTPS request using the Pico W. I cloned the example „tls_client“ and attempted to build it. This process was successful, but upon running the request on the Pico W, I encountered an error message indicating „tls_client_err -14“ after successfully resolving the domain. I am currently utilizing the Pico SDK version 2.0.
The text was updated successfully, but these errors were encountered: