eu-digital-green-certificates / dgca-verifier-app-android

Repository for the dgca verifier android app.
Apache License 2.0
102 stars 117 forks source link

Cryptographic signature invalid error #54

Closed digitalmind closed 3 years ago

digitalmind commented 3 years ago

While testing, I keep getting cryptographic signature invalid error.

The test url is https://user-images.githubusercontent.com/76050122/119028040-4b5d1300-b9a7-11eb-8bf4-3d5b9c4272f5.png I have tried updating the public keys but that did not change anything. Upon inspection I can see that the signer certificate update results in a 204 response. 204 No Content https://dgca-verifier-service.cfapps.eu10.hana.ondemand.com/signercertificateUpdate (126ms)

I have tested signer certificate url in POSTMAN and the response is 200.

ps. The ios version works normally

What am I missing?

RalicaY commented 3 years ago

Hello, it is seems to be a bug connected to the fact that the QR Code is of type TEST. You should try with a QR-Code of type VAC or REC. For example, with the attached REC QR-Code. rec

digitalmind commented 3 years ago

Thank you, it works with the new QR