Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling esp secure cert cause firmware unable to compile (CA-335) #220

Closed
anuarrozman opened this issue May 15, 2024 · 1 comment
Closed

Comments

@anuarrozman
Copy link

anuarrozman commented May 15, 2024

Enabling esp secure cert cause firmware unable to compile

Hi, Im having some issues when enabling esp secure cert for my aws mqtt. During compilation it shows (screenshot below).

image

@github-actions github-actions bot changed the title Enabling esp secure cert cause firmware unable to compile Enabling esp secure cert cause firmware unable to compile (CA-335) May 15, 2024
@kvp1703
Copy link
Contributor

kvp1703 commented May 16, 2024

Hi @anuarrozman, based on the screenshot, it looks like you're facing issue with your custom application when you enable secure partition.
We could not reproduce it with the tls_mutual_auth example application (by enabling secure cert related configuration).
In most scenarios, the error of missing parenthesis appears when the preceding code either has unterminated parenthesis or some extra parenthesis. Regardless, could you help with a few things to better debug this:

  1. If you could help provide some code snippet atop an example application to reproduce the issue at our end?
  2. Just for the sake of completion, kindly provide version of esp-aws-iot and esp-idf you are on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants