-
Notifications
You must be signed in to change notification settings - Fork 8
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
HTTPClient tutorial needed #22
Comments
I used this to configure the Root Let's encrypt cetificate, my server use their certificate, and I have no issue. What your serial port prints?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Could you include a tutorial on how to call custom REST/JSON API calls hosted on any HTTP(S) address.
The quote example is the closest, but I struggle with making the connection as my connections always fail.
I have tried to import the SSL certificate into the code by exporting them from Chrome browser.
Even if my cert is actually based on the same Let's Encrypt root CA, the connection fails with my URL but not with the quote URL. Then I hosted the service on HTTP instead of HTTPS with no certificate, and still fails. Some instructions how to make the HTTPS connection work with any valid certificate would be nice. I think it is a cert issue but I don't know why.
The text was updated successfully, but these errors were encountered: