Let's Encrypt SSL Certificate create failed! 怎么安装SSL 都是失败为什么
Let's Encrypt SSL Certificate create failed! 怎么安装SSL 都是失败为什么好像是防火墙问题,我应该开启什么端口 SSL
[ 本帖最后由 poropro 于 2017-6-17 11:08 编辑 ] 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 已经开启443端口 还是失败:L cat ~/.pip/pip.conf 看一下
回复 4# 的帖子
:Qroot@Cloud:~# cat ~/.pip/pip.conf
index-url = http://pypi.douban.com/simple
回复 5# 的帖子
cat > ~/.pip/pip.conf <<EOFindex-url = https://pypi.doubanio.com/simple/
trusted-host=pypi.doubanio.com
EOF
执行后再试试
页:
[1]