VPS侦探论坛

 找回密码
 注册
查看: 8927|回复: 5

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

[复制链接]
发表于 2017-6-17 10:53:43 | 显示全部楼层 |阅读模式

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

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

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
 楼主| 发表于 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-ssh  tcp  --  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.net  anywhere
DROP       all  --  58.48.178.200        anywhere
RETURN     all  --  anywhere             anywhere
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2017-6-17 11:24:30 | 显示全部楼层

已经开启443端口 还是失败
美国VPS推荐: 遨游主机LinodeLOCVPS主机云搬瓦工80VPSVultr美国VPS主机中国VPS推荐: 阿里云腾讯云。LNMP付费服务(代装/问题排查)QQ 503228080
发表于 2017-6-17 20:50:13 | 显示全部楼层



cat ~/.pip/pip.conf 看一下
Linux下Nginx+MySQL+PHP自动安装工具:https://lnmp.org
 楼主| 发表于 2017-6-19 10:45:40 | 显示全部楼层

回复 4# 的帖子




root@Cloud:~# cat ~/.pip/pip.conf
[global]
index-url = http://pypi.douban.com/simple

军哥运维代购:http://shop63846532.taobao.com/

发表于 2017-6-19 13:09:55 | 显示全部楼层

回复 5# 的帖子


  1. cat > ~/.pip/pip.conf <<EOF
  2. [global]
  3. index-url = https://pypi.doubanio.com/simple/

  4. [install]
  5. trusted-host=pypi.doubanio.com
  6. EOF
复制代码

执行后再试试
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|VPS侦探 ( 鲁ICP备16040043号-1 )

GMT+8, 2024-9-25 21:27 , Processed in 0.027326 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表