[GH-ISSUE #4284] Caddy LXC install fails when installing xCaddy Addon #910

Closed
opened 2026-02-26 12:47:05 +03:00 by kerem · 1 comment
Owner

Originally created by @jakepatzer on GitHub (May 6, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4284

Have you read and understood the above guidelines?

yes

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

Caddy

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Caddy LXC script fails when installing the xCaddy Addon

🔄 Steps to reproduce the issue.

Install a new Caddy LXC via the script, agree to install xCaddy Addon when prompted

Paste the full error output (if available).

✔️ Installed Caddy
Would you like to install xCaddy Addon? <y/N> y
⠼curl: (23) Failure writing output to destination
⠙curl: (28) Failed to connect to golang.org port 443 after 144908 ms: Couldn't connect to server

[ERROR] in line 37: exit code 0: while executing command curl -fsSL "https://golang.org/dl/${golang_tarball}" -o "$temp_file"
curl: (6) Could not resolve host: api.community-scripts.org
/dev/fd/63: line 72: SPINNER_PID: unbound variable

🖼️ Additional context (optional).

No response

Originally created by @jakepatzer on GitHub (May 6, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/4284 ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Caddy ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/caddy.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Caddy LXC script fails when installing the xCaddy Addon ### 🔄 Steps to reproduce the issue. Install a new Caddy LXC via the script, agree to install xCaddy Addon when prompted ### ❌ Paste the full error output (if available). ✔️ Installed Caddy Would you like to install xCaddy Addon? <y/N> y ⠼curl: (23) Failure writing output to destination ⠙curl: (28) Failed to connect to golang.org port 443 after 144908 ms: Couldn't connect to server ⠙ [ERROR] in line 37: exit code 0: while executing command curl -fsSL "https://golang.org/dl/${golang_tarball}" -o "$temp_file" curl: (6) Could not resolve host: api.community-scripts.org /dev/fd/63: line 72: SPINNER_PID: unbound variable ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:47:05 +03:00
Author
Owner

@tremor021 commented on GitHub (May 6, 2025):

I mean, why are you reporting this as a script bug?
curl: (28) Failed to connect to golang.org port 443 after 144908 ms: Couldn't connect to server

it literaly told you that your host cant reach golang.org, which means host network error or the golang.org website is down/having issues

<!-- gh-comment-id:2855880706 --> @tremor021 commented on GitHub (May 6, 2025): I mean, why are you reporting this as a script bug? curl: (28) Failed to connect to golang.org port 443 after 144908 ms: Couldn't connect to server it literaly told you that your host cant reach golang.org, which means host network error or the golang.org website is down/having issues
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#910
No description provided.