Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 10 months ago.
This example does not work with SSL_VERIFY_PEER flag.
Is there a reason why this example also uses SSL_VERIFY_NONE instead of SSL_VERIFY_PEER? If I use CyaSSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, 0); in HTTPClient.cpp (HTTPClient::connect), the SSL connection fails.
Question relating to:
1 Answer
10 years, 10 months ago.
Hi,
The memory size of LPC1768 is fairly limited for this example. Do you think you can try with larger memory board such as FRDM-K64F?
Kojo