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

Make Json deserialization more tolerant of changes to API #6

Merged
merged 2 commits into from
Jul 20, 2017

Conversation

zr3
Copy link

@zr3 zr3 commented Jul 20, 2017

This is a quick patch for issue #5 -- LE added an object to the response JSON, which couldn't be resolved to a URI. I generalized AcmeDirectory to a Dictionary<string, Object> so that the JSON can be deserialized.

@zr3
Copy link
Author

zr3 commented Jul 20, 2017

I believe this is only failing because one of the tests is attempting to perform a functional test by requesting a cert for to cert-test.dymetis.com, but that domain points to an Azure app that is currently down.

@fszlin fszlin merged commit 339bb34 into fszlin:master Jul 20, 2017
@fszlin
Copy link
Owner

fszlin commented Jul 20, 2017

thanks mate

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

Successfully merging this pull request may close these issues.

3 participants