Set explicit :443 on journald inserturl #534
Reference in New Issue
Block a user
Delete Branch "benvin/journald-explicit-port"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
systemd-journal-upload treats a configured URL as carrying a port only if it finds a colon anywhere after the scheme. Without one it appends its default
:19532to the end of the whole URL, after the path, producing/insert/journald:19532/upload. The ingest gateway rejects that, so journal upload is in a restart-failure loop estate-wide.:443onvictorialogs::client::journald::inserturl.Duplicate of #533, which carries the same one-line change. Closing in favour of that one.
Pull request closed