Hi,
I am trying to connect to www.yahoo.com using the ssl sample app for cc3200, but all I get is sl_Connect returns error -155.
I can connect to www.google.com. I have also tried several other CA certificates.
Here is code snippet:
#define SERVER_NAME "www.yahoo.com"//www.google.com" #define GOOGLE_DST_PORT 443 #define SL_SSL_CA_CERT 129 /* CA certificate file ID */ SlSockAddrIn_t Addr; int iAddrSize; unsigned char ucMethod = SL_SO_SEC_METHOD_SSLV3; //SL_SO_SEC_METHOD_TLSV1 unsigned int uiIP,uiCipher = SL_SEC_MASK_SSL_RSA_WITH_RC4_128_SHA;
Thanks, Tom