質問編集履歴

2

追記2の部分を追加

2021/07/22 06:21

投稿

chibi_kuma
chibi_kuma

スコア85

test CHANGED
File without changes
test CHANGED
@@ -310,7 +310,7 @@
310
310
 
311
311
 
312
312
 
313
- (追記)
313
+ (追記
314
314
 
315
315
  セキュリティソフトはノートンです。
316
316
 
@@ -324,6 +324,50 @@
324
324
 
325
325
 
326
326
 
327
+ (追記2)
328
+
329
+ ポートを10443から443に変えても挙動に変化はありませんでした。
330
+
331
+ ログを確認してみました。
332
+
333
+
334
+
335
+ ```log
336
+
337
+ > docker logs webServer
338
+
339
+
340
+
341
+ AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.25.0.2. Set the 'ServerName' directive globally to suppress this message
342
+
343
+ AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.25.0.2. Set the 'ServerName' directive globally to suppress this message
344
+
345
+ [Thu Jul 22 15:10:07.855063 2021] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.38 (Debian) PHP/7.4.20 configured -- resuming normal operations
346
+
347
+ [Thu Jul 22 15:10:07.855146 2021] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
348
+
349
+ [Thu Jul 22 15:10:19.510196 2021] [core:error] [pid 18] [client 172.25.0.1:45594] AH00082: an unknown filter was not added: includes
350
+
351
+ ```
352
+
353
+
354
+
355
+ https://localhost:10443/で接続した時は、以下がログに表示されますが、少し遅れて出てきます。
356
+
357
+ 172.25.0.1 - - [22/Jul/2021:15:11:11 +0900] "-" 408 0 "-" "-"
358
+
359
+
360
+
361
+ http://localhost:8080/で接続した時は、以下がログに表示されます。(ブラウザにはindex.htmlの内容が表示されます。)
362
+
363
+ 172.25.0.1 - - [22/Jul/2021:15:10:19 +0900] "GET /index.html HTTP/1.1" 304 180 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36"
364
+
365
+
366
+
367
+
368
+
369
+
370
+
327
371
  何が原因なのでしょうか?
328
372
 
329
373
  どうかご教授、よろしくお願い申し上げます。

1

hentaimanから編集依頼への回答を追記

2021/07/22 06:20

投稿

chibi_kuma
chibi_kuma

スコア85

test CHANGED
File without changes
test CHANGED
@@ -310,6 +310,20 @@
310
310
 
311
311
 
312
312
 
313
+ (追記)
314
+
315
+ セキュリティソフトはノートンです。
316
+
317
+ ファイヤーウォールもノートンをOFFにすることで一緒にOFFになっているのではないかと思われます。
318
+
319
+ SSL接続できていた時の環境が再現できないままなのですが、
320
+
321
+ 接続できていた時は、ノートンはOFFにはしていなかったので、
322
+
323
+ ノートンが邪魔をしているという事はないのかなと思います。
324
+
325
+
326
+
313
327
  何が原因なのでしょうか?
314
328
 
315
329
  どうかご教授、よろしくお願い申し上げます。