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

With a40104a commit, ChipTool Command without paa-trust-store-path cannot work #16600

Closed
RudyGOGOGO opened this issue Mar 24, 2022 · 3 comments · Fixed by #16620
Closed

With a40104a commit, ChipTool Command without paa-trust-store-path cannot work #16600

RudyGOGOGO opened this issue Mar 24, 2022 · 3 comments · Fixed by #16620

Comments

@RudyGOGOGO
Copy link

RudyGOGOGO commented Mar 24, 2022

This afternoon, the following command could build the connection at least, even though there is timeout issue(please check this link: #16547)
./chip-tool pairing ble-wifi 12344321 MyHomeWiFiSSID MyHomeWiFiPassword 20202021 3840
However, with the a40104a commit, the same command triggers the following error
ChipToolCommandLogs.txt

@bzbarsky-apple
Copy link
Contributor

Looks like this is erroring out in the code added in #16125. @vijs could you please take a look?

@bzbarsky-apple
Copy link
Contributor

In particular, the "." default path for chip-tool if --paa-trust-store-path is not specified doesn't actually work, because there are no .der files in there.

@bzbarsky-apple
Copy link
Contributor

@vijs shouldn't chip-tool keep using GetTestAttestationTrustStore if --paa-trust-store-path is no specified?

Or alternately default to ${chip_root}/credentials/development/paa-root-certs instead of .?

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

Successfully merging a pull request may close this issue.

2 participants