Up until now my funkwhale instance has been working really well, but looks like since today has been raising a ConnectionError; the only changes I've made on my server are setting up a git instance (in a git subdomain) and a DNS server with bind9, after editing the A records of my domain (up until nowI used the rather hacky solution of making an A record which pointed to my private IP address). For context my funkwhale instance sits at music.silosneeded.com, my other sites work well. journalctl funkwhale-server prints:
-- Journal begins at Wed 2021-11-03 21:44:01 CST, ends at Wed 2022-02-09 12:25:55 CST. --
Feb 09 12:24:14 mtz-server gunicorn[620]: return self.request('GET', url, **kwargs)
Feb 09 12:24:14 mtz-server gunicorn[620]: File "/srv/funkwhale/api/funkwhale_api/common/session.py", line 11, in request
Feb 09 12:24:14 mtz-server gunicorn[620]: return super().request(*args, **kwargs)
Feb 09 12:24:14 mtz-server gunicorn[620]: File "/srv/funkwhale/virtualenv/lib/python3.9/site-packages/requests/sessions.py", line 542, in request
Feb 09 12:24:14 mtz-server gunicorn[620]: resp = self.send(prep, **send_kwargs)
Feb 09 12:24:14 mtz-server gunicorn[620]: File "/srv/funkwhale/virtualenv/lib/python3.9/site-packages/requests/sessions.py", line 655, in send
Feb 09 12:24:14 mtz-server gunicorn[620]: r = adapter.send(request, **kwargs)
Feb 09 12:24:14 mtz-server gunicorn[620]: File "/srv/funkwhale/virtualenv/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
Feb 09 12:24:14 mtz-server gunicorn[620]: raise ConnectionError(e, request=request)
Feb 09 12:24:14 mtz-server gunicorn[620]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='music.silosneeded.com', port=443): Max retries exceeded with url: /front/index.html (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0d947198b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
The error log's last entry was registered in January 31th
The access log records the accesses the server has received; no problem there, apache is working well.