acertmgr/acertmgr/modes
Kishi85 9953cb4527 standalone: Fix multiple challange handlers on same port
If you define challenge handlers on a per-domain basis multiple will be
created. This would cause the standalone handler to potientially try
to bind the same port (when configured) multiple times, which would only
work on the first try. Subsequent tries would fail with "Address already
in use". To fix this only bind the server between start and stop of the
challenge and cleanup afterwards.
2021-03-23 18:43:07 +01:00
..
dns dns.*: Use a static query timeout for any DNS queries using dnspython 2019-07-02 12:55:09 +02:00
__init__.py acertmgr: Move factories to their packages and reuse objects with same config 2019-03-28 09:48:54 +01:00
abstract.py modes: unify and optimize challenge handler workflow 2019-04-04 13:39:34 +02:00
standalone.py standalone: Fix multiple challange handlers on same port 2021-03-23 18:43:07 +01:00
webdir.py modes: unify and optimize challenge handler workflow 2019-04-04 13:39:34 +02:00