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

Fix Certes.Acme.Resource.Challenge error property #102

Merged
merged 3 commits into from
May 5, 2018
Merged

Fix Certes.Acme.Resource.Challenge error property #102

merged 3 commits into from
May 5, 2018

Conversation

JeffreyVerbeek
Copy link
Contributor

Fixes #99

The ACME response when a challenge validation is invalid has changed in draft 10.
This fix should parse the error correctly.

@codecov
Copy link

codecov bot commented May 4, 2018

Codecov Report

Merging #102 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
+ Coverage    94.6%   94.61%   +<.01%     
==========================================
  Files         102      102              
  Lines        2300     2301       +1     
  Branches      254      254              
==========================================
+ Hits         2176     2177       +1     
  Misses         65       65              
  Partials       59       59

Copy link
Owner

@fszlin fszlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Owner

@fszlin fszlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should keep the Errors property, so we don't need to increment the major version.

@fszlin fszlin merged commit 1cfbd3c into fszlin:master May 5, 2018
@JeffreyVerbeek
Copy link
Contributor Author

Yes, you are right, didn't think of that. Thanks for fixing that, didn't check github over the weekend.

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.

Obsolete property in Challenge resource
2 participants