-
Notifications
You must be signed in to change notification settings - Fork 3.1k
certbot-dns-cloudflare install fails. #2381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting a similar issue. Encounters an error installing Operating System Additional context Last working version for me is 2.9.14
|
Running this command inside the docker container for v2.9.18 on amd64 works fine for me: pip install certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') @Wasca your problem looks to be network related, can you run this command manually in your docker container and see if it still fails? @supermamon your problem looks more problematic. I don't have a arm7l instance to play with. Can you run these in your container first, then try to install the plugin as above: sudo apt-get install python-dev
# or
sudo apt-get install python3-dev Let me know if that works? |
I tend to agree, there does seems to be a network issue. I need to do a 'apt update' first and it seems to be timing out or going really slow, see below image. I also tested just downloading a file using curl and I was able to download at 44MB/s so I know my internet connection on this docker container is working. So far I've not had any luck in running the command you asked me to run. |
Oops I miss read your post sorry, here it the result of the command you asked about. |
I needed to run
|
ugh I've seen this before but I can't remember what the solution was. I'll keep thinking |
So, apparently the The strange thing is that this didn't happen for you in 2.9.18? or for some reason, the pip3 install certbot-dns-cloudflare==$(certbot --version | grep -Eo '[0-9](\.[0-9]+)+') |
I'm not entire sure if Raspbian matters here since it still uses the The logs above where on 2.9.18. Below is what I get on 2.9.15 - after the base image change from These are the docker logs where it just hangs there. From what I understand, it hangs there because it's trying to install cryptography from version 38.0.3 working backwards until it can find a successful install.
Into the container.
using
|
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. |
I just found this open issue - #1769. |
Ok yeah I must have missed those newer comments. As they suggested, compiling inside will add the bloat, but does this work for you? pip3 install certbot-dns-cloudflare --index-url https://www.piwheels.org/simple --prefer-binary |
looks like that installed successfully:
|
Can you please try the |
yes, that works thank you. |
Also confirmed worked, thanks! |
@jc21 My original issue is resolved, there was a routing issue within my docker environment which was blocking access to the routes the container was trying to access. |
Issue is now considered stale. If you want to keep it open, please comment 👍 |
This worked for me! Hope the changes made in github-develop becomes a stable release soon. |
Using github-develop docker tag also fixed it for me. Thanks. |
github-develop docker tag fixing it also for me
|
Would you mind sharing your solution if you can remember? |
Just ran the command and still got an error: pip3 install certbot-dns-cloudflare --index-url https://www.piwheels.org/simple --prefer-binary Error: Log: root@dea2531247a8:/app# pip3 install certbot-dns-cloudflare --index-url https://www.piwheels.org/simple --prefer-binary |
The version 2.11.3 seems to resolve this issue |
So, there's a chance that you have my case: both piHole and NPM as docker containers.
|
Checklist
jc21/nginx-proxy-manager:latest
docker image?Describe the bug
Installing certbot-dns-cloudflare fails when creating a new SSL certificate
Nginx Proxy Manager Version
2.9.19
To Reproduce
Steps to reproduce the behavior:
Expected behavior
SSL Certificate is created.
Screenshots
This is the error
Operating System
Ubuntu 20.04 LTS
Additional context
Docker version 20.10.21
docker-compose.yml
I've checked my network and the container is able to download other files using curl.
The text was updated successfully, but these errors were encountered: