jc21

Results 194 comments of jc21

@dependabot ignore this major version

I too am unable to reproduce this problem. The dev stack uses mariadb, my production instances use sqlite. CI runs all the tests 3 times, once in each database stack.

Thanks for investigating! I'm now reluctant to upgrade docker :/

Running this command inside the docker container for v2.9.18 on amd64 works fine for me: ```bash pip install certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') ``` @Wasca your problem looks to...

ugh I've seen this before but I can't remember what the solution was. I'll keep thinking

So, apparently the `cryptography` wheel should come precompiled for python, since 2 years ago. What we're seeing here is that it's trying to be compiled upon installing the plugin that...

I'm pretty sure that base image change will be a cause of your issue. It could also be the version change for the plugin, though this is less likely.

Ok yeah I must have missed those newer comments. As they suggested, compiling inside will add the bloat, but does this work for you? ```bash pip3 install certbot-dns-cloudflare --index-url https://www.piwheels.org/simple...

Can you please try the `github-develop` docker tag, it should have the fix

thanks. I just added a new translation for `redirection-host.forward-http-code`, can you add that in? I guess it can be a copy of the value for `column.http-code`