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:

CyaSSL usage example: Xively access with HTTPS CyaSSL, security, SSL, TLS

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