Can WICED be an SSL/TLS server?

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

cross mob
Anonymous
Not applicable

Is it possible to make the WICED device the server side of an SSL connection?

For example; I want to create a secure connection via SSL/TLS to (not from)

the WICED device without using a password. Is that possible?

0 Likes
1 Reply
Anonymous
Not applicable
Yes. The snip.config_mode app demonstrates WICED working as a TLS (HTTPS) server.

Config mode code is located here:

<WICED-SDK-2.2.1>/Wiced/internal/config.c

The TLS API is located here:

<WICED-SDK-2.2.1>/Library/daemons/http_server/http_server.c
0 Likes