【问题标题】:Centos7 Enable SSL - Connection TimeoutCentos7 启用 SSL - 连接超时
【发布时间】:2017-11-02 16:09:25
【问题描述】:

我在此处按照此文档在 VM 盒上启用 SSL - https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-apache-for-centos-7

只有现在当我尝试访问我的网站时,我才发现连接超时 - 因此配置不正确 - 我不知道它是什么。

apachectl configtest
OK

/httpd/error_log 也不显示任何内容

我也验证过,甚至更改了我的 /etc/httpd/conf.d/ssl.conf 但同样的问题仍然存在。

关于检查什么的想法或帮助?

【问题讨论】:

  • 443端口是否被防火墙打开或允许?
  • ^^ Apache 正在监听端口 443 sudo a2enmod ssl
  • a2enmod:找不到命令
  • LISTEN 0 128 :::443 :::* tcp6 0 0 :::443 :::* LISTEN 7911/httpd

标签: apache ssl centos7


【解决方案1】:

最终成为防火墙入口问题 - 通过允许该访问解决。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2011-12-05
    • 2013-12-07
    • 1970-01-01
    • 2021-03-07
    • 2021-09-26
    • 2012-02-25
    • 1970-01-01
    相关资源
    最近更新 更多