-
Notifications
You must be signed in to change notification settings - Fork 122
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
HTTPS Rest API #42
Comments
Hi Sergio. There is known limitations in the SSL handling routines. As far as I know it only works with certificates up to 1024 bits in Kind Regards
|
Hi Neil, |
Hi Sergio. My bad mqtt only supports 1024 bit. Will check on this some more over next Kind Regards
|
Any news on this? :S |
Hi People. Just a reminder that saying that it does not work does not help nobody. On 25 Nov. 2015 9:39 pm, "Sergio Sagliocco" [email protected]
|
Well, I fixed it after a lot of trial and error. Couple of things if anybody else has the same problem: Use rest.begin("HOST",80, false) instead of rest.begin("host"); When GET'ing something, put the response value to exactly the value you're expecting, or more (up to 500 i tried). If you put less, you'll get an invalid CRC error, as well as if you go over 500. I finally got my sketch to connect to io.adafruit.com and get my feeds! |
Hi,
I'm trying to use https rest api with different servers: with a lot of server doesn't works infact
rest.getResponse returns 0
For example connecting using https with github.com it doesn't work...some ideas or help?
Thank you
Sergio
The text was updated successfully, but these errors were encountered: