fix(Port80Handler): Restrict ACME HTTP-01 challenge handling to domains with acmeMaintenance or acmeForward enabled
This commit is contained in:
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-18 - 4.2.6 - fix(Port80Handler)
|
||||
Restrict ACME HTTP-01 challenge handling to domains with acmeMaintenance or acmeForward enabled
|
||||
|
||||
- Updated challenge handler in ts/classes.port80handler.ts to include a check for (options.acmeMaintenance || options.acmeForward)
|
||||
- Prevents unintended processing of ACME challenges when ACME configuration is not enabled
|
||||
|
||||
## 2025-03-18 - 4.2.5 - fix(networkproxy)
|
||||
Refactor certificate management components: rename AcmeCertManager to Port80Handler and update related event names from CertManagerEvents to Port80HandlerEvents. The changes update internal API usage in ts/classes.networkproxy.ts and ts/classes.port80handler.ts to unify and simplify ACME certificate handling and HTTP-01 challenge management.
|
||||
|
||||
|
Reference in New Issue
Block a user