How to Enable/Disable the Certification Authority Check

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

cross mob
hiko_4316286
Level 4
Level 4
50 replies posted 25 replies posted 10 replies posted

The following question confirms how to set up the CA check, but how do you set up the switch to enable or disable the CA check?

<How to check the CA (Certification Authority)  >

0 Likes
1 Solution
Rakesh_BG
Moderator
Moderator
Moderator
50 solutions authored 100 replies posted 100 sign-ins

Hi @hiko_4316286 ,

wiced_defaults.h
/* WICED TLS Options * /
#define WICED_TLS_DEFAULT_VERIFICATION (TLS_VERIFICATION_REQUIRED)

The above definition is enough for enabling TLS verification.

Thanks,

Rakesh B G

View solution in original post

0 Likes
3 Replies