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

Account creation no longer works #5

Closed
PovilasVytautasC opened this issue Jul 20, 2017 · 2 comments
Closed

Account creation no longer works #5

PovilasVytautasC opened this issue Jul 20, 2017 · 2 comments
Assignees
Labels

Comments

@PovilasVytautasC
Copy link

Hello,

Recently AcmeClient.NewRegistration stopped working. It gives out this error:

JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Uri' because the type requires a JSON primitive value (e.g. string, number, boolean, null) to deserialize correctly.

Upon closer investigation, it was noticed that Json in LetEncrypt API (https://acme-staging.api.letsencrypt.org/directory) has changed (link to the change commit: letsencrypt/boulder@8c54747). Not all values are URIs now. There is a new object in the response called "meta".

Currently Certes works with live LetsEncrypt API, but not with staging.

@fszlin
Copy link
Owner

fszlin commented Jul 20, 2017

released v1.0.7 to address this issue

@PovilasVytautasC
Copy link
Author

The library works now. Thank you!

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

No branches or pull requests

2 participants