PKISharp / ACMESharpCore

An ACME v2 client library for .NET Standard (Let's Encrypt)
MIT License
325 stars 72 forks source link

GetAuthorizationDetailsAsync() throws AcmeProtocolException #42

Closed hognevevle closed 4 years ago

hognevevle commented 4 years ago

image

Any ideas what could be causing this?

ebekker commented 4 years ago

I think this is probably related to #41.

Just as in this example, try setting the usePostAsGet flag to true when creating the client and see if that addresses your issue.

hognevevle commented 4 years ago

Awesome, usePostAsGet: true did the trick 👍 Thank you so much for the quick response!