On Thu, Mar 19, 2026 at 5:32 PM Illecors <[email protected]> wrote:
> Please find the log attached (hope this works on mailinglist. First > time here!) This looks normal... up until it doesn't work. One thing that I did notice, though, is that the version of Python that you're running is Python 3.12, which isn't currently in any version of Debian (trixie has 3.11, forky and sid have 3.13). This makes me wonder if you're somehow running out of a venv somewhere or using a python version manager that could be altering your pythonpath in an odd way. (Or, alternately, that there's somehow an incompatibility between Python 3.12 and the version of cryptography we're talking about). Could you try running `/usr/bin/python3 /usr/bin/certbot` explicitly in an clean environment (`env -i`)? Also, it'd be worth checking to make sure your system is up to date (`apt upgrade --update`). Let me know how that goes! Sincerely, -- Harlan Lieberman-Berg ~hlieberman

