Open
Description
Current Behavior
I just set up a npm docker instance, and then tried to create a ssl certificate for my aliyun domain
then


Expected Behavior
I can create my SSL successfully for my aliyun domain without errors.
Steps To Reproduce
No response
Environment
- OS: linux/openwrt
- OS version: Linux iStoreOS 5.10.176 #0 SMP PREEMPT Fri Dec 29 07:18:08 2023 aarch64 GNU/Linux
- CPU: aarch64
- Docker version: Server Version: 20.10.22
- Device model: r2s
- Browser/OS: chrome
Container creation
ersion: '3'
services:
nginx-proxy-manager:
image: jlesage/nginx-proxy-manager:v23.12.2
restart: unless-stopped
environment:
- TZ=Asia/Shanghai
ports:
- "8181:8181"
- "8080:8080"
- "4443:4443"
volumes:
- "/mnt/mmc0-4/npm/config:/config:rw"
Container log
Error: Command failed: pip install --no-cache-dir certbot-dns-aliyun~=0.38.1
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 111] Connection refused')': /simple/certbot-dns-aliyun/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /simple/certbot-dns-aliyun/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /simple/certbot-dns-aliyun/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /simple/certbot-dns-aliyun/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')': /simple/certbot-dns-aliyun/
ERROR: Could not find a version that satisfies the requirement certbot-dns-aliyun~=0.38.1 (from versions: none)
ERROR: No matching distribution found for certbot-dns-aliyun~=0.38.1
at ChildProcess.exithandler (node:child_process:402:12)
at ChildProcess.emit (node:events:513:28)
at maybeClose (node:internal/child_process:1100:16)
at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5)
Container inspect
No response
Anything else?
No response