Stuck on a recurring 403 Forbidden error when our Genesys Cloud Edge BYOC SIP trunks attempt to re-register following the latest platform patch deployment. The logs indicate a mismatch in the authentication challenge response, specifically around the Authorization header construction during the initial REGISTER request.
The environment is running on the London region, and we are using the default SIP signaling flow. The error occurs immediately after the 401 Unauthorized challenge is issued by the Genesys edge. The subsequent REGISTER request, which includes the calculated Response digest, is being rejected with 403. We have verified the shared secret and SIP URI configuration in the Genesys admin console, and they match the PBX side exactly.
Interestingly, this issue only manifests on trunks configured with TLS 1.3. Trunks using TLS 1.2 register without issue. We suspect a change in how the Genesys Edge handles the cnonce or opaque values in the digest authentication for newer TLS versions.
Has anyone encountered similar digest authentication failures post-patch? We have reviewed the SIP Trunk Configuration Guide but found no mention of TLS version-specific digest changes. Any insights into the expected qop values or nc counter behavior would be appreciated.