stonemax / acme2

Another PHP client for acme protocal (version 2) implementation, used for generating letsencrypt's free ssl certificates.
MIT License
48 stars 27 forks source link

HEAD to new-nonce returns HTTP status 200, not 204 #32

Closed alexzorin closed 5 years ago

alexzorin commented 5 years ago

https://tools.ietf.org/html/draft-ietf-acme-acme-18#section-7.2 https://community.letsencrypt.org/t/acme-v2-change-to-http-status-code-for-head-new-nonce/82000

Reported regarding acme2 at https://community.letsencrypt.org/t/no-204-code-on-nonce-check/83959

farikd commented 5 years ago

@stonemax up

dkllr commented 5 years ago

Same problem here, @stonemax please merge.

tkrynicki commented 5 years ago

Guys: https://github.com/stonemax/acme2/pull/33#issuecomment-466539817

stonemax commented 5 years ago

I has fixed this bug in version 1.0.3. Thank you!