Skip to content

mod_md v2.4.27

Compare
Choose a tag to compare
@icing icing released this 06 Sep 11:38
· 28 commits to master since this release
  • Fix certificate retrieval on ACME renewal to not require a 'Location:' header returned by the ACME CA. This was the way it was done in ACME before it became an IETF standard. Let's Encrypt still supports this, but other CAs do not. Refs #265.
  • Restore compatibility with OpenSSL < 1.1. [ylavic]