Bug in ssl_client1.c

20 Apr 2018

When sending the HTTP request to GET a page, it should be followed with "Host: myhost.com". Most servers seem to reject the GET request if the host is not specified.

19 Jul 2018

ssl_client1.c is only a test program. ssl_client2.c is a more advanced test program. If you want to use mbed TLS to secure your application then you could take these examples and enhance them as needed.