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
Today I enrolled an identity with a CA using auto enrollment. I then attempted to enroll the same key/cert/jwt and the controller returned CERT_IN_USE and the C SDK subsequently returned a WTF error:
[2024-11-20T22:53:13.856Z] WARN ziti-sdk:ziti_ctrl.c:85 code_to_error() unmapped error code: CERT_IN_USE
[2024-11-20T22:53:13.856Z] ERROR ziti-sdk:ziti_enroll.c:434 enroll_cb() failed to enroll with controller: https://ec2-3-18-113-172.us-east-2.compute.amazonaws.com:8441/ CERT_IN_USE[The certificate supplied is already associated with another identity] reason[]
[2024-11-20T22:53:13.856Z] ERROR ziti-edge-tunnel:process_cmd.c:47 tunnel_enroll_cb() enrollment failed: WTF: programming error(-111)
return a proper error instead of WTF. same for CERT_FAILED_VALIDATION
The text was updated successfully, but these errors were encountered:
Today I enrolled an identity with a CA using auto enrollment. I then attempted to enroll the same key/cert/jwt and the controller returned
CERT_IN_USE
and the C SDK subsequently returned a WTF error:return a proper error instead of WTF. same for CERT_FAILED_VALIDATION
The text was updated successfully, but these errors were encountered: