Closed anteph closed 8 years ago
Very interesting... thanks @chaeplin - So I changed the multiple write(...);
lines into one string just called write(newString.c_str());
once and now I get the response. Not sure why but its working thats to your reference!!
If anyone comes across this thread - here is a working version of the RestClient with SSL support: https://github.com/DaKaZ/esp8266-restclient
Enjoy
If there's an issue storing certificates in RAM, is it possible you could stream them into the file system and walk through them there? (Note: I've also seen a hack to upgrade the flash to 4M or bigger, so you might be able to store a fair bit)
What the plans for secure server? I feel this is a major let down, if we can provide secure endpoints to customers on the ESP I think it would be a massive improvement.
@AdamMiltonBarker see #1740
Hi! I would like to know if you plan to include SSL support in the libraries. I've tryed to send some https requests with no sucess.
It would be cool if it the ESP could act as a secure server too.
I've checked the some examples from the sdk and they have a code to create a secure server with digital certificate.
Thanks!