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
When deploying the service, many DSCs are missing in the signercertificateStatus and thus the verifier app cannot validate QR codes from these countries.
The error we got in the logs is this:
e.e.e.d.g.c.DgcGatewayConnectorUtils : Could not verify that certificate was issued by ca.
As pointed before in the issue #55 we have updated to the latest version of the verifier service and the dgc-lib but the error is still there.
We have found that this happens only to certificates that use RSA encryption rather than Elliptic curves which is the primary encryption algorithm. We have already verified that the CA of the missing DSCs is the same as the uploaded to the gateway.
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered:
Your Question
When deploying the service, many DSCs are missing in the signercertificateStatus and thus the verifier app cannot validate QR codes from these countries.
The error we got in the logs is this:
As pointed before in the issue #55 we have updated to the latest version of the verifier service and the dgc-lib but the error is still there.
We have found that this happens only to certificates that use RSA encryption rather than Elliptic curves which is the primary encryption algorithm. We have already verified that the CA of the missing DSCs is the same as the uploaded to the gateway.
Any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: