-
Notifications
You must be signed in to change notification settings - Fork 47
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
Failure in Credentials Verification #481
Comments
I'm seeing a similar issue but on the offer side, seems to be related to this PR. The browser isn't reaching the the issuer-container as the host of the vc-request sting is a internal docker URL reference. |
@niwim in the 127.0.0.1 host.docker.internal |
Thanks @SuperBatata, noticed that the issues were not related. Managed to reproduce @mahtovivekUBT issue. It looks like its ebsi-related, idk much about the ebsi resolver but managed to extract this error at least.
|
@niwim Could you please update the @mahtovivekUBT Could you kindly provide additional details to help us diagnose the issue? Specifically, the logs from the verifier-api, the setup you are using, and any steps to reproduce the problem would be very helpful. Thank you! |
This TLS exception sounds like the one with the missing TLS 1.3 support in the CIO client, this was changed when switching to okhttp in one of the last updates (EBSI DID Registry does not have support for TLS1.2/TLS1.1, only TLS1.3). |
Thanks @SuperBatata and @niwim These are the logs from the verifier_api (After clicking on accept presentation) I have Windows 11 OS with Docker-desktop, and I'm running the demo on Chrome browser although the behavior is same on other browsers. Please let me know if you need any more info. |
@laserguy Thank you for providing the logs from the verifier-api. Could you please also provide the steps to reproduce the issue? For example, how are you running the project, and how do you issue the VC? etc.. This information will help us better understand and address the problem. Thank you! Additionally, could you try using |
@SuperBatata I tried with I have made a video that shows how issue can be reproduced, but it is more than 10 MB so I have uploaded it to the discord Failed Verification |
@SuperBatata I had one small question, I was able to resolve the
|
This issue has been marked as stale. |
I took the checkout of the latest walt.id repo and built the images locally and ran the setup with local built images.
But whenever I try verifying the credentials, it fails
This is the last log I see in the wallet-api docker (Attached log.txt)
Is there an issue with the presentation?
log.txt
The text was updated successfully, but these errors were encountered: