Unexplained Recurrent 400 Status Codes in OwnCloud Container Logs

Hello,

I’ve encountered a repetitive issue in the logs of my OwnCloud container instance where I continuously receive 400 HTTP status codes (Bad Request). Below are examples of the log entries:

::1 - - [26/Oct/2023:14:44:49 +0000] "GET / HTTP/1.0" 400 592 "-" "-"
::1 - - [26/Oct/2023:14:45:20 +0000] "GET / HTTP/1.0" 400 592 "-" "-"
::1 - - [26/Oct/2023:14:45:51 +0000] "GET / HTTP/1.0" 400 592 "-" "-"
::1 - - [26/Oct/2023:14:46:22 +0000] "GET / HTTP/1.0" 400 592 "-" "-"

Each log entry seems to suggest that there’s a GET request made from the server itself (::1 is the loopback address) to the root path of my OwnCloud instance.

However, each request results in a 400 status code, indicating a bad request.

I am puzzled about why these requests are being made and why they are failing. Is this related to an internal health check, a misconfiguration, or something else?

Thank you in advance for your assistance!

While doing tests Im realized that is part of the health check.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.