Other Parts Discussed in Thread: CC3200, UNIFLASH, CC3100
Hello,
we are trying to make a connection between CC3100MOD and our server infrastructure (builded on AWS), but we are getting an -340 error. We are using IAR as development tool and the example HTTP Client with TLS option from the documentation of the CC3100MOD. We bought the SSL certificate on AlphaSSL and we integrated it on AWS and a DNS CNAME redirect from our domain and AWS.
When we started to get this error I thought it could be certificate/server related, even through I could navigate the domain through the browser without problems (the certificate is valid and there are no errors).
So I started testing through openssl the connection passing the same parameters and the same certificate we are using into the CC3100MOD and we are able to established the connection. So it might be something wrong with the configuration of the board.
We have been using any different kind of cipher even though we thing the right one should be SL_SEC_MASK_TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 because while testing the connection through command line I know the cipher is ECDHE-RSA-AES128-GCM-SHA256.