7 years, 4 months ago.

Can I create HTTPS server on mbed device?

Hi, As the topic says my question is as above, I already know that we can create an HTTP server over mbed device, and I know that we can use mbed TLS to access a file over https website. but my question is can we create HTTPS server like HTTP server over mbed device? Thanks.

2 Answers

6 years, 12 months ago.

answer ????

Hi, after a lot of investigation I only just found this: https://github.com/ARMmbed/mbedtls/tree/development/programs/ssl But the server.c code does not seem to work with K64F, but the client works fine. I hope someone writes the code for mbed os.

posted by Masoud R. 29 Apr 2017
6 years, 11 months ago.

Antonio69420