2017-02-22 272 views
1

曾在AWS上Bitnami網站,在日誌中收到以下錯誤昨晚:Bitnami AH02042:拒絕客戶端發起的重新協商

[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' 

當訪問該網站只收到此消息「您的應用程序是當前不可用」

有沒有因爲17年1月5日在網站上所做的任何編輯的網站日誌中沒有以前的錯誤。嘗試重新啓動,檢查SSL日誌的路徑。

回答

0

的警告消息您獲得:

[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的/日誌/ error_log中
  • 的/ opt/bitnami/Apache2的/日誌/訪問日誌

應該有東西在那裏,我們缺失。

相關問題