Hello,
I have relayd(8) in front of nginx(8) to render a local Nextcloud
instance. From time to time, the Nextcloud client fails saying "Host not
found" which has no sense. The whole workstation still accesses the
network and can resolve anything.
relayd(8) listens on em1 IP and uses http protocol.
nginx(8) listens on localhost.
I have noted that relayd(8) writes such following entries in syslog when
the Nextcloud client fails:
May 18 16:45:54 server relayd[39533]: relay https_lan_relay, session
2816 (1 active), nextcloud, 192.168.0.48 -> :9081, done, PROPFIND ->
127.0.0.1:9081; PROPFIND; PROPFIND; PROPFIND; PROPFIND; PROPFIND;
PROPFIND; REPORT;
May 18 16:46:42 server relayd[97191]: relay https_lan_relay, session
3091 (1 active), nextcloud, 10.15.5.76 -> :9081, done, GET ->
127.0.0.1:9081; GET; PROPFIND; GET; GET; PROPFIND; GET;
Are such logs (the HTTP commands pipelined with ;) indicating something
weird happening on relayd or isn't it a clue for anything ; and I must
dig somewhere else?
Thank you,
Joel C.