Introduced in commit 1c7f2b5, with the addition of ARI support, the checkForRenewal method now references AcmeRequest.directory... prior to the static initialisation of the AcmeRequest class, thereby causing a crash.
AcmeRequest is initialised currently at first https hit when the SNICallback of the https server gets invoked and asks to get/create the secure context.
Last functional state is in the current release version (see commit 96a3ad1).
Introduced in commit 1c7f2b5, with the addition of ARI support, the `checkForRenewal` method now references `AcmeRequest.directory...` prior to the static initialisation of the `AcmeRequest` class, thereby causing a crash.
`AcmeRequest` is initialised currently at first https hit when the `SNICallback` of the https server gets invoked and asks to get/create the secure context.
Last functional state is in the current release version (see commit 96a3ad1).