project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.45k stars 1.99k forks source link

[BUG] (Android) Commissioning to a custom fabric, FindOperational fails with CHIP Error 0x00000054: Invalid CASE parameter #34838

Closed NagendraMudadla closed 2 months ago

NagendraMudadla commented 2 months ago

Reproduction steps

I have added the Wi-Fi socket that I'm attempting to commission to a custom fabric. I've got self-signed RCAC and use it to provide a NOC during commissioning. The NOC generation is completed. Attempts to establish CASE Sent Sigma3 msg. Fails with Error on commissioning step 'FindOperational': 'src/protocols/secure_channel/CASESession.cpp:1918: CHIP Error 0x00000054: Invalid CASE parameter' Any provide a proper solution how to resolve?. Attached the both App side and device firmware side logs CASE_Session_failure.txt below for references. Matter Device App Side Log.txt

Bug prevalence

hour

GitHub hash of the SDK that was being used

https://github.com/project-chip/connectedhomeip/commit/8f66f4215bc0708efc8cc73bda80620e67d8955f

Platform

android

Platform Version(s)

No response

Anything else?

No response

joonhaengHeo commented 2 months ago

It looks like you issued a separate certificate including the NOC. Did you add the rootCA and NOC (Optional ICA) correctly? I think we need to look at the certificate to be able to analyze it.

NagendraMudadla commented 2 months ago

Closed because these generation issues are fixed.