Graylog install fails with HTTP error 522/525 #1844

Closed
opened 2026-02-05 02:25:49 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @ernestha on GitHub (Oct 20, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Graylog

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/graylog.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.14.8-3-bpo12-pve)

📝 Provide a clear and concise description of the issue.

Trying to install the Graylog LXC (with either default or advanced settings) I repeatedly come upon this error:

⠋ Setup Graylog Data Nodecurl: (22) The requested URL returned error: 525
⠙ Setup Graylog Data Node
[ERROR] in line 20: exit code 0: while executing command curl -fsSL "https://packages.graylog2.org/repo/packages/graylog-6.3-repository_latest.deb" -o "graylog-6.3-repository_latest.deb"

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

On my first try, the HTTP error code was 522 instead of 525.

Not sure if this is a temporary Cloudflare hiccup. However, graylog.org seems to be the official Graylog domain name, not graylog2.org. Therefore, i was thinking that maybe the download URLs might have to be updated.

🔄 Steps to reproduce the issue.

  • Run helper script for initial LCX installation

Paste the full error output (if available).

⠋ Setup Graylog Data Nodecurl: (22) The requested URL returned error: 525
⠙ Setup Graylog Data Node
[ERROR] in line 20: exit code 0: while executing command curl -fsSL "https://packages.graylog2.org/repo/packages/graylog-6.3-repository_latest.deb" -o "graylog-6.3-repository_latest.deb"

[ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)"

🖼️ Additional context (optional).

No response

Originally created by @ernestha on GitHub (Oct 20, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Graylog ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/graylog.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.14.8-3-bpo12-pve) ### 📝 Provide a clear and concise description of the issue. Trying to install the Graylog LXC (with either default or advanced settings) I repeatedly come upon this error: ``` ⠋ Setup Graylog Data Nodecurl: (22) The requested URL returned error: 525 ⠙ Setup Graylog Data Node [ERROR] in line 20: exit code 0: while executing command curl -fsSL "https://packages.graylog2.org/repo/packages/graylog-6.3-repository_latest.deb" -o "graylog-6.3-repository_latest.deb" [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ``` On my first try, the HTTP error code was 522 instead of 525. Not sure if this is a temporary Cloudflare hiccup. However, [graylog.org](url) seems to be the official Graylog domain name, not [graylog2.org](url). Therefore, i was thinking that maybe the download URLs might have to be updated. ### 🔄 Steps to reproduce the issue. - Run helper script for initial LCX installation ### ❌ Paste the full error output (if available). ⠋ Setup Graylog Data Nodecurl: (22) The requested URL returned error: 525 ⠙ Setup Graylog Data Node [ERROR] in line 20: exit code 0: while executing command curl -fsSL "https://packages.graylog2.org/repo/packages/graylog-6.3-repository_latest.deb" -o "graylog-6.3-repository_latest.deb" [ERROR] in line 1345: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${var_install}.sh)" ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-05 02:25:49 +03:00
Author
Owner

@MickLesk commented on GitHub (Oct 20, 2025):

@tremor021 can you Check? Look Like an Upstream issue

@MickLesk commented on GitHub (Oct 20, 2025): @tremor021 can you Check? Look Like an Upstream issue
Author
Owner

@tremor021 commented on GitHub (Oct 20, 2025):

Image I cant reproduce this issue
@tremor021 commented on GitHub (Oct 20, 2025): <img width="797" height="646" alt="Image" src="https://github.com/user-attachments/assets/0dcf1f73-251e-4e84-b9fc-42d9473b4b58" /> I cant reproduce this issue
Author
Owner

@ernestha commented on GitHub (Oct 20, 2025):

Just tried again and this time it worked. Possibly indeed a temporary Cloudflare issue or something to do with the recent AWS disruptions? Anyway, I am going to close this issue for now.

Thank you guys!

@ernestha commented on GitHub (Oct 20, 2025): Just tried again and this time it worked. Possibly indeed a temporary Cloudflare issue or something to do with the recent AWS disruptions? Anyway, I am going to close this issue for now. Thank you guys!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1844