Systemd-journal-remote

Hi,

I recently added the community store and did and upgrade to the latest version.
I am running on Debian11 (supervised) which ran fine until now. Since the above steps I am getting an error which redirects me to this documentation page.

It took me a while to enable the systemd-journal-remote.service as it refused to start because some ssl certificates did not exist and stopped with the following error:
Failed to read key from file '/etc/ssl/private/journal-remote.pem': Permission denied

Assuming for my little home environment I do not need the ssl stuff I used this documentation to disable the use of https for the systemd-journal-remote.service. I did a cp /usr/lib/systemd/system/systemd-journal-remote.service /etc/systemd/system/ and edited this file as described by replacing https to http. After this I did systemctl enable systemd-journal-gatewayd and after a reboot both services are up and running fine (“loaded”):

root@hoas:~# systemctl status systemd-journal-remote.service 
● systemd-journal-remote.service - Journal Remote Sink Service
     Loaded: loaded (/etc/systemd/system/systemd-journal-remote.service; indirect; vendor preset: disabled)
     Active: inactive (dead)
TriggeredBy: ● systemd-journal-remote.socket
       Docs: man:systemd-journal-remote(8)
             man:journal-remote.conf(5)
root@hoas:~# systemctl status systemd-journal-gatewayd.service 
● systemd-journal-gatewayd.service - Journal Gateway Service
     Loaded: loaded (/lib/systemd/system/systemd-journal-gatewayd.service; indirect; vendor preset: disabled)
     Active: inactive (dead)
TriggeredBy: ● systemd-journal-gatewayd.socket
       Docs: man:systemd-journal-gatewayd(8)

Despite of both services running, my HomeAssistant configuration still shows the error. With the initial timestamp, though. So how can I force HomeAssistant to check again? Just by selecting “ignore”?

Thanks!

/KNEBB

Same situation after updating Debian in June - is there any working fix to that problem? My HA version 2023.6.3 .