-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed as not planned
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
DNS challenge with Azure DNS fails.
warning Command failed: . /opt/certbot/bin/activate && pip install --no-cache-dir --user certbot-dns-azure~=1.2.0 && deactivate
nginx-proxy-nginx-proxy-1 | ERROR: Will not install to the user site because it will lack sys.path precedence to cryptography in /opt/certbot/lib/python3.7/site-packages
Nginx Proxy Manager Version
2.10.0 - 2.10.1
In Version 2.9.22 the error is a different one:
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
To Reproduce
Steps to reproduce the behavior:
- Go to SSL Certificates
- Click on Add SSL Certificate/Let's Encrypt
- Choose DNS Challenge/Azure
- Give Domain Name and Credentials for Azure
- Press Save
Expected behavior
Procede like usual to generate Certificates
Screenshots
Operating System
Additional context
schnabel45