acmeproxy icon indicating copy to clipboard operation
acmeproxy copied to clipboard

PowerDNS backend for serving ACME dns-01 challenge responses

Results 6 acmeproxy issues
Sort by recently updated
recently updated
newest added

Was getting the following PowerDNS error on startup on RHEL 8 and Ubuntu 18.04: `Timeout waiting for data from coprocess` ![image](https://github.com/catalyst/acmeproxy/assets/18095326/7a7fbfc6-24d1-41a9-9ef1-7d6676c63b58) **Solution was to add `export PYTHONUNBUFFERED=1` to the `backend`...

### Introduction Currently acmeproxy has its user configuration defined in a Python dictionary in the `settings.py` file. To run multiple instances of acmeproxy, you now have two components to synchronise;...

Bumps [django](https://github.com/django/django) from 2.2.19 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.1 to 0.4.2. Changelog Sourced from sqlparse's changelog. Release 0.4.2 (Sep 10, 2021) Notable Changes IMPORTANT: This release fixes a security vulnerability in the strip comments filter....

dependencies

It's possible to request an "early renewal" where LE just checks the CAA record but doesn't require re-publishing a challenge. Currently this results in NXDOMAIN, and LE refusing to issue...

bug

This harms the utility of the responses table as an audit log, and a cleverer solution should be sought.

bug
security