poropro 发表于 2017-6-17 10:53:43

Let's Encrypt SSL Certificate create failed! 怎么安装SSL 都是失败为什么

Let's Encrypt SSL Certificate create failed! 怎么安装SSL 都是失败为什么
好像是防火墙问题,我应该开启什么端口 SSL

[ 本帖最后由 poropro 于 2017-6-17 11:08 编辑 ]

poropro 发表于 2017-6-17 10:59:48

root@Cloud:~# sudo iptables -L
Chain INPUT (policy ACCEPT)
target   prot opt source               destination
ACCEPT   all--anywhere             anywhere
ACCEPT   all--anywhere             anywhere             state RELATED,ESTABLISHED
ACCEPT   tcp--anywhere             anywhere             tcp dpt:ssh
ACCEPT   tcp--anywhere             anywhere             tcp dpt:http
ACCEPT   tcp--anywhere             anywhere             tcp dpt:https
DROP       tcp--anywhere             anywhere             tcp dpt:mysql
ACCEPT   tcp--anywhere             anywhere             tcp dpt:ftp-data
ACCEPT   tcp--anywhere             anywhere             tcp dpt:ftp
ACCEPT   tcp--anywhere             anywhere             tcp dpts:20000:30000
ACCEPT   icmp --anywhere             anywhere             icmp echo-request
fail2ban-sshtcp--anywhere             anywhere             multiport dports ssh

Chain FORWARD (policy ACCEPT)
target   prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target   prot opt source               destination

Chain fail2ban-ssh (1 references)
target   prot opt source               destination
DROP       all--138.160.113.181.static.pichincha.andinanet.netanywhere
DROP       all--58.48.178.200      anywhere
RETURN   all--anywhere             anywhere

poropro 发表于 2017-6-17 11:24:30

已经开启443端口 还是失败:L

licess 发表于 2017-6-17 20:50:13

cat ~/.pip/pip.conf 看一下

poropro 发表于 2017-6-19 10:45:40

回复 4# 的帖子

:Q

root@Cloud:~# cat ~/.pip/pip.conf

index-url = http://pypi.douban.com/simple

licess 发表于 2017-6-19 13:09:55

回复 5# 的帖子

cat > ~/.pip/pip.conf <<EOF

index-url = https://pypi.doubanio.com/simple/


trusted-host=pypi.doubanio.com
EOF

执行后再试试
页: [1]
查看完整版本: Let's Encrypt SSL Certificate create failed! 怎么安装SSL 都是失败为什么