SSL证书—problem binding to port 80
下载ssl证书时,碰到这个问题Problem binding to port 80: Could not bind to IPv4 or IPv6.请问怎么解决?谢谢 信息有限没法说
最起码发完整的前后的信息,lnmp版本,越详细越好
1.4的话还需要提供 /var/log/letsencrypt/letsencrypt.log 日志
1.5的话需要提供 /usr/local/acme.sh/acme.sh.log 日志
回复 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.
回复 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]