-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Certbot-dns-cloudflare wrong version ? #1325
Comments
|
The dns challenge plugins are fixed at a specific version to prevent breaking changes from breaking the integration. However this is not the issue you are encountering, it seems it was simply not able to connect to the package repository. I assume the problem should no longer exist and it should now be able to install it, since I am able to install it on my machine. If this is still an issue, please tag me and I can reopen this issue. |
If the issue still persists you might be interested in #1365 and the following comments |
CommandError: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/cloudflare/
|
app_1 | ERROR: Could not find a version that satisfies the requirement certbot-dns-cloudflare==1.8.0 (from versions: none) app_1 | ERROR: No matching distribution found for certbot-dns-cloudflare==1.8.0
Command failed: pip install certbot-dns-cloudflare==1.8.0 cloudflare
I think it should be version 1.18.0, right ?
https://pypi.org/project/certbot-dns-cloudflare/
The text was updated successfully, but these errors were encountered: