前提・実現したいこと
AWS ELBでオートスケールアップしたインスタンスにSSL接続できずエラーになりますが
sなしURLでアクセスすると正常なレスポンスが返ってきます。
そのインスタンスを手動で再起動するとSSL接続できるようになるのですが、オートスケールした状態で接続可にしたいです
ご教示のほど お願いします
発生している問題・エラーメッセージ
error-log
[Sat Jun 19 10:48:41.975280 2021] [mpm_event:notice] [pid 4187:tid 140654722208320] AH00492: caught SIGWINCH, shutting down gracefully [Sat Jun 19 10:49:53.903998 2021] [suexec:notice] [pid 3785:tid 139700886700608] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Jun 19 10:49:53.962587 2021] [ssl:warn] [pid 3785:tid 139700886700608] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Sat Jun 19 10:49:53.962745 2021] [lbmethod_heartbeat:notice] [pid 3785:tid 139700886700608] AH02282: No slotmem from mod_heartmonitor [Sat Jun 19 10:49:53.969383 2021] [mpm_event:notice] [pid 3785:tid 139700886700608] AH00489: Apache/2.4.46 () OpenSSL/1.0.2k-fips configured -- resuming normal operations [Sat Jun 19 10:49:53.969423 2021] [core:notice] [pid 3785:tid 139700886700608] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND' [Sat Jun 19 10:49:54.063111 2021] [mpm_event:notice] [pid 3785:tid 139700886700608] AH00492: caught SIGWINCH, shutting down gracefully [Sat Jun 19 10:49:56.112534 2021] [suexec:notice] [pid 4188:tid 140704056943168] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Sat Jun 19 10:49:56.145369 2021] [ssl:warn] [pid 4188:tid 140704056943168] AH01873: Init: Session Cache is not configured [hint: SSLSessionCache] [Sat Jun 19 10:49:56.145533 2021] [lbmethod_heartbeat:notice] [pid 4188:tid 140704056943168] AH02282: No slotmem from mod_heartmonitor [Sat Jun 19 10:49:56.150214 2021] [mpm_event:notice] [pid 4188:tid 140704056943168] AH00489: Apache/2.4.46 () OpenSSL/1.0.2k-fips configured -- resuming normal operations [Sat Jun 19 10:49:56.150248 2021] [core:notice] [pid 4188:tid 140704056943168] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
ssl-error-log
[Sat Jun 19 10:31:25.698376 2021] [ssl:warn] [pid 3858:tid 140303512576576] AH01909: ip-.ap-northeast-1.compute.internal:443:0 server certificate does NOT include an ID which matches the server name [Sat Jun 19 10:31:25.739518 2021] [ssl:warn] [pid 3858:tid 140303512576576] AH01909: ip-.ap-northeast-1.compute.internal:443:0 server certificate does NOT include an ID which matches the server name
補足情報(FW/ツールのバージョンなど)
環境です
Tomcat 8.5 with Corretto 8 running on 64bit Amazon Linux 2/4.1.7
あなたの回答
tips
プレビュー