You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 2, 2025. It is now read-only.
Pierre Delisle edited this page Mar 1, 2023
·
1 revision
The sample app currently only successfully attests Matter "test" devices.
When a "non-test" Matter device is commissioned, the device attestation step fails.
However, since PR #92, device attestation failures are simply ignored. Note that this fact is reported as a warning in the "New device information" screen.
We have a couple TODOs on that topic:
Have a setting to control that behavior
Support specifying the Root CA to be used (See Issue #90)
Note:
Ideally, a dialog would be shown to ask the user whether the device certification failure should be ignored. Unfortunately, this is not possible because GPS controls the screen when we would want that dialog to be shown.