Skip to content
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

Cannot issue due to revocation error #27

Open
JanLin opened this issue Feb 26, 2021 · 3 comments
Open

Cannot issue due to revocation error #27

JanLin opened this issue Feb 26, 2021 · 3 comments
Assignees

Comments

@JanLin
Copy link
Contributor

JanLin commented Feb 26, 2021

On indy ledger performed following curl command got an error when trying to issue in the manual VC creation. Experimenting with turning off revocation but was unsuccessful.

curl --location --request POST 'http://test-center.swagger.localhost/issue-credential/records/a3e5403b-1b54-49b3-ae13-0f479419164c/issue'
--header 'Content-Type: application/json'
--data-raw '{
"comment": "string"
}'

400: Cred def id 4wDz2i3yarKw96TVQrS2S3:3:CL:29:default has no active revocation registry.

test-center.localhost | aries_cloudagent.revocation.error.RevocationError: URI None/4wDz2i3yarKw96TVQrS2S3:4:4wDz2i3yarKw96TVQrS2S3:3:CL:31:default:CL_ACCUM:ad3a1f45-3c79-4132-add1-e54720b52d45 is not a valid URL

@lalc
Copy link
Member

lalc commented Feb 26, 2021

Was this done before the connection because status “active”?

@lalc lalc self-assigned this Feb 26, 2021
@JanLin
Copy link
Contributor Author

JanLin commented Feb 26, 2021

Correct. Connection was in active state when using indy ledger. Followed steps in Aries Playground. Below are the states of Issuer and Holder.

Issuer | Holder
offer_sent | request_sent
request_received |  -

@lalc
Copy link
Member

lalc commented Feb 26, 2021

So what happens after the agents are active?

If you got the agents to active state, when you created the cred-def, please set the support revocation to false as described at: https://docs.igrant.io/ssi/ssi-apg#prepare-public-schema

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants