-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloads of untrusted certificates from the production service #55
Comments
Hi Panos, Thanks for your report. As you noted you use the version 0.5.0 of the verifier-service. This version uses an old version of the dgc-lib (v0.4.3) for downloading and checking the certificates. The download handling got updated in the dgc-lib scince this version. Please update to the current released version of the verifier-service (v 1.0.3) and retest the download from the prod gateway. If the behavior doesn't change, don't hisitate to ask again. Best Regards |
Hello, We updated to the latest version and now we download and accept 91 certificates, so indeed that was the reason. Thanks! Now, every time we sync (every minute), we get a log with about 300 lines explaining that the certificates are checked. Could you explain what a line like:
means? That the DSC is not issued by an approved CSCA? If yes, how has it been uploaded? Or does it mean something else? Best Regards, Panos. |
We had a thread on Slack (#eu-digital-green-certificates-dev) and Ján Jančár (https://github.com/J08nY) came with the answer:
This indeed raises then the question, why not use the |
Hi @louridas , In general you are right - it would make sense to previously search for a possible matching CSCA and then validate it. I've created an Issue in the dgc-lib project to put this topic on our backlog. But as long as it is only a performance improvement this will have a low priority. eu-digital-green-certificates/dgc-lib#46 Regarding the log output. The detailed information when validating a CSCA is in DEBUG-Level. Maybe you can check your logger settings. |
Your Question
We are running version 0.5 of dgca-verifier-service.
When the service runs, it downloads 85 certificates from the production infrastructure:
However, it then reports that there are 38 trusted certificates:
That means, among other things, that we cannot use DSCs from Germany and Lithuania.
Best Regards,
Panos.
The text was updated successfully, but these errors were encountered: