8 years, 10 months ago.

https client

Please help me. I want to do a embedded system that call a https Server. I need know that device and that library I must use for it. is there any example for a https client ?

tks for all

1 Answer

8 years, 10 months ago.

wolfSSL HTTPClient should be able to do this: https://developer.mbed.org/users/wolfSSL/code/HTTPClient/. Syntax is the same as normal HTTPClient but also takes https URLs.

Update (16-02-2017): We have an HTTPS example for mbed OS 5 available here: sandbox/http-example.

Hello, nice to meet you. I have a question about it. I want to use TLS / SSL on LPC1768 mbed. However I try it using sandbox/http-example, I get an error "Operator new out of memory". What makes me it? I guess that it only supports to K64F with Ethernet and NUCLEO_F411RE with ESP8266. Is it true?

If you have some solutions about this problems, would you like tell me them? I create new question thread. https://developer.mbed.org/questions/78464/I-want-to-use-TLS-SSL-on-LPC1768-mbed/

I'm looking forward to your reply. Thank you very much.

posted by Akira Kashihara 02 Jul 2017

The LPC1768 has only 64K of RAM available. Maybe that's not enough for HTTPS... Can't verify it as I don't have one available...

posted by Jan Jongboom 24 Jul 2017