2018-02-12 12:51 AM
hi,
using AT command AT+S.HTTPGET with option TLS,
what does the answer 'AT-S.Skip CA' mean?
AT-S.Skip CA
AT-S.Skip CA
AT-S.Loading:1:2
AT-S.Loading:2:2
AT-S.Loading:3:2
AT-S.Http Server Status Code:200
AT-S.OK
Thanks
Yoann
2018-02-12 01:43 AM
Hi,
AT-S.Skip CA is a diagnostic message (can be hidden by reducing the verbosity) and indicate that the Authority Key Identifier of the certificate being validated does not match the Subject Key Identifier of the Root CA Certificate stored in flash. The system will load the next certificate in the chain received by peer and perform the check again, until the AKI of the certificate matches the SKI of the stored Root CA.
Regards,
Elio
2018-02-13 12:15 AM
Hi,
thanks
And about other post with hard fault issue with certificate bundle x3? did you check and see what is the problem?
Yoann