fszlin / certes

A client implementation for the Automated Certificate Management Environment (ACME) protocol
MIT License
552 stars 122 forks source link

Orders method not working #293

Closed bugproof closed 2 years ago

bugproof commented 2 years ago

Hi,

I'm trying to get list of orders using ZeroSSL's ACME v2 server.

image

POST gives a different result saying that Content-Type and other stuff must be provided like in case of other paths. So maybe it needs to be POST and not GET? Does it work with Lets Encrypt and other CA?

webprofusion-chrisc commented 2 years ago

As far as I'm aware none of the popular CAs implement this feature.

bugproof commented 2 years ago

I see. I guess it's on their side then. Thank you for your response Christopher. I'm gonna close this one.