X-CUBE-VS4A -- How to pass Amazon ATS certificates?
1.Uncommenting one line in service_asset.c still can't work.
Request a token from Amazon website. It shows token "ANeQCyBUgoyAFxrpfsUJ" in browser.
But my STM32F769I shows below messages: Always can't pass Amazon ATS certificates.
=================================================================
Network : ssl_tls.c:4591 : c04337f4: x509_verify_cert() returned -9984 (-0x2700)
TLS certification error, check the Root CA : EVT_TLS_CERT_VERIFY_FAILED(0)
Open a TLS Connection : EVT_OPEN_TLS(0)
Debug : avs_token_imp.c:462 : could not get token from amazon with code ANeQCyBUgoyAFxrpfsUJ
2.Create new project in developer.amazon.com/avs/, and get new client_id, client_secret, project_id, renew these information has the same error.
3.Check CA in default_amazon_root_ca_raw.c, ROOT CA are the same as listed in https://www.amazontrust.com/repository/, But no "Cross Certificates" and no "Other CAs"
in f/w.
What should I do to fix this issue?
