Hi,
I get the following error when renewing the certificate:
Port 80 is taken by nginx, but surely this is used by Proxmox?
I get the following error when renewing the certificate:
Code:
Loading ACME account details
Placing ACME order
Order URL: https://acme-v02.api.letsencrypt.org/acme/order/97691557/6570515841
Getting authorization details from 'https://acme-v02.api.letsencrypt.org/acme/authz-v3/9035202833'
The validation for proxmox.anzah.network is pending!
Setting up webserver
TASK ERROR: Failed to initialize HTTP daemon
Port 80 is taken by nginx, but surely this is used by Proxmox?
Code:
netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:85 0.0.0.0:* LISTEN 9211/pvedaemon work
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 12609/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 16597/master
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 9097/nginx: master
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 9097/nginx: master
tcp6 0 0 :::22 :::* LISTEN 12609/sshd
tcp6 0 0 :::3128 :::* LISTEN 1289/spiceproxy
tcp6 0 0 :::25 :::* LISTEN 16597/master
tcp6 0 0 :::443 :::* LISTEN 9097/nginx: master
tcp6 0 0 :::8006 :::* LISTEN 11127/pveproxy
tcp6 0 0 :::80 :::* LISTEN 9097/nginx: master