【问题标题】:Bitnami AH02042: rejecting client initiated renegotiationBitnami AH02042:拒绝客户端发起的重新协商
【发布时间】:2017-02-22 15:05:37
【问题描述】:

在 AWS Bitnami 上有一个站点,昨晚在日志中收到以下错误:

 [Tue Feb 21 11:44:24.550083 2017] [ssl:error] [pid 20151:tid 140224130492160] [client 208.93.152.93:41010] AH02042: rejecting client initiated renegotiation

然后在尝试访问该站点时出现以下错误。

 [Wed Feb 22 14:00:00.739407 2017] [mpm_event:notice] [pid 19875:tid 140224892598080] AH00491: caught SIGTERM, shutting down
 [Wed Feb 22 14:00:04.737461 2017] [ssl:warn] [pid 31984:tid 140233098594112] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
 [Wed Feb 22 14:00:04.894490 2017] [ssl:warn] [pid 31985:tid 140233098594112] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
 [Wed Feb 22 14:00:05.036172 2017] [mpm_event:notice] [pid 31985:tid 140233098594112] AH00489: Apache/2.4.23 (Unix) OpenSSL/1.0.2h configured -- resuming normal operations
 [Wed Feb 22 14:00:05.036313 2017] [core:notice] [pid 31985:tid 140233098594112] AH00094: Command line: '/opt/bitnami/apache2/bin/httpd.bin -f /opt/bitnami/apache2/conf/httpd.conf'

访问该站点时仅收到此消息“您的应用程序当前不可用”

自 2017 年 1 月 5 日以来未对网站进行任何编辑,网站上的日志中没有以前的错误。尝试重新启动,检查 SSL 日志的路径。

【问题讨论】:

  • 您修复了这个错误吗?我在回调时使用 Google Auth 得到这个

标签: apache amazon-web-services ssl bitnami


【解决方案1】:

你得到的警告信息:

[Wed Feb 22 14:00:04.737461 2017] [ssl:warn] [pid 31984:tid 140233098594112] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name
[Wed Feb 22 14:00:04.894490 2017] [ssl:warn] [pid 31985:tid 140233098594112] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name

您不必担心它们。它与 Bitnami 包含在其云图像中的虚拟证书有关。您可以在https://docs.bitnami.com/aws/components/apache/#how-to-enable-https-support-with-ssl-certificates找到全部信息

我建议您将更深入的日志记录到 Apache 日志文件中。您可以与我们分享日志文件:

  • /opt/bitnami/apache2/logs/error_log
  • /opt/bitnami/apache2/logs/access_log

我们应该缺少一些东西。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-03-11
    • 2021-05-03
    • 2015-04-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多