andychen1314 发表于 2018-2-14 12:38:10

SSL证书—problem binding to port 80

下载ssl证书时,碰到这个问题Problem binding to port 80: Could not bind to IPv4 or IPv6.
请问怎么解决?谢谢

licess 发表于 2018-2-14 18:30:18

信息有限没法说
最起码发完整的前后的信息,lnmp版本,越详细越好
1.4的话还需要提供 /var/log/letsencrypt/letsencrypt.log 日志
1.5的话需要提供 /usr/local/acme.sh/acme.sh.log 日志

andychen1314 发表于 2018-2-14 22:37:06

回复 2# 的帖子

谢谢军哥回复,自己是新手不太懂这块。
下载的LNMP版本 是这样的
wget -c ftp://soft.vpser.net/lnmp/lnmp1.3.tar.gz && tar zxf lnmp1.3.tar.gz && cd lnmp1.3 && ./install.sh
在安装ssl证书时的命令如下
1. sudo yum install git
2. sudo git clone https://github.com/certbot/certbot /opt/letsencrypt
3. cd /opt/letsencrypt
4. ./certbot-auto certonly --standalone --email xxx@qq.com -d www.example.com -d example.com
然后选择了Agree
提示以下内容
Plugins selected: Authenticator standalone, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for www.xxx.com
http-01 challenge for xxx.com
Cleaning up challenges
Problem binding to port 80: Could not bind to IPv4 or IPv6.

licess 发表于 2018-2-15 10:15:45

回复 3# 的帖子

如果你要自己弄 https://www.vpser.net/ 早就写过具体的教程了,可以自己在 https://www.vpser.net/ 上搜索certbot查找
1.4+版本的lnmp上都已经自带lesencrypt,可以lnmp vhost add 时自己选择添加 或 lnmp ssl add 添加,旧版本也可以升级到新版本 https://lnmp.org/notice/lnmp-v1-5-beta.html
页: [1]
查看完整版本: SSL证书—problem binding to port 80