Error with TLS Handshake

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

WICED Software Development Kit 2.2.0

snip.https_client app cant connect to a server which uses unverified tls certificate.  To overcome this issue I adjust the variable of wiced_tcp_start_tls function to "TLS_NO_VERIFICATION".

wiced_tcp_start_tls(socket, WICED_TLS_AS_CLIENT, TLS_NO_VERIFICATION)

But still see "Error with TLS Handshake" issue didnt dissapear. I seached this error on workspace but couldnt reach. (func. not open)

We dont need to verify tls certificate because it belongs to us.

What is your suggestion ?

Thanks.

0 Likes
2 Replies
Anonymous
Not applicable
Firstly, what TLS software are you using on your server? and what version of TLS is being used?

Secondly, have you tried to recreate the issue with the latest 2.3.1 release? There have been a number of fixes made since 2.2.0.
0 Likes
Anonymous
Not applicable

Discussion is being locked. If you have any follow-up, please start a new discussion.

0 Likes