eu-digital-green-certificates / dgca-verifier-service

Repository for the dgca verifier service.
Apache License 2.0
17 stars 21 forks source link

DSCs missing in signercertificateStatus endpoint #81

Open Sergio-P opened 2 years ago

Sergio-P commented 2 years ago

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:

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?