Hello all,
I have problems when installing certificate ( Letsencrypt ) from my proxmox, the problems is :
i was open the port 80 to make it sure that can communicate with my public ip :
i don't know where the problem is , so here are my netstat status :
May somebody here have an same issues ?
I have problems when installing certificate ( Letsencrypt ) from my proxmox, the problems is :
Code:
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.
i was open the port 80 to make it sure that can communicate with my public ip :
Code:
root@pve:/var/log# curl -v URL
* Rebuilt URL to: URL
* Trying 10.10.11.2...
* TCP_NODELAY set
* Connected to URL (10.10.11.2) port 80 (#0)
> GET / HTTP/1.1
> Host: MyUrl.com
> User-Agent: curl/7.52.1
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.14.2
< Date: Mon, 25 Mar 2019 06:35:30 GMT
< Content-Type: text/html
< Content-Length: 11125
< Last-Modified: Mon, 18 Mar 2019 10:12:46 GMT
< Connection: keep-alive
< ETag: "5c8f6f1e-2b75"
< Accept-Ranges: bytes
i don't know where the problem is , so here are my netstat status :
Code:
root@pve:/var/log# netstat -ln
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:8006 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:85 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 ::1:25 :::* LISTEN
tcp6 0 0 :::111 :::* LISTEN
tcp6 0 0 :::80 :::* LISTEN
udp 0 0 0.0.0.0:111 0.0.0.0:*
udp 0 0 0.0.0.0:658 0.0.0.0:*
udp6 0 0 :::111 :::*
udp6 0 0 :::658 :::*
May somebody here have an same issues ?