I'm using the HTTPS client from the AWS IoT SDK plugin as mentioned in this thread
I'm attempting to connect to an AWS server that uses their starfield root ca. However, the connect function returns a ssl error -688 SL_ERROR_BSD_ESEC_ASN_NO_SIGNER_E.
I tried to search for an answer to this issue and it seems like wolfssl may need to be configured with some different options depending on the RSA key size. Here is a link to that thread.
I've tried to search around in the SDK, but i think wolfssl is built in as a library so it might not be so easy to modify.