mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Fixes #4535 Extracts the relevant fields using a regex. We considered catching specific exception types, and referencing their fields, but the types raised by `requests` are not well documented and may not be long term stable. If the regex fails to match, for instance due to a change in the exception message, the new exception message will just be passed through. |
||
|---|---|---|
| .. | ||
| acme | ||
| docs | ||
| examples | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| README.rst | ||
| readthedocs.org.requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
ACME protocol implementation in Python