Downloading Caddy with plugins. Getting 500 error

I keep getting build error while trying to download Caddy with the git and CloudFlare plugins.

root@raspbian:~# wget https://caddyserver.com/download/linux/amd64?plugins=http.filebrowser,http.filter&license=personal&telemetry=on
[1] 1944
[2] 1945
root@raspbian:~# --2019-05-05 00:17:41--  https://caddyserver.com/download/linux/amd64?plugins=http.filebrowser,http.filter
Resolving caddyserver.com (caddyserver.com)... 138.68.240.78, 2604:a880:2:d0::1145:e001
Connecting to caddyserver.com (caddyserver.com)|138.68.240.78|:443... connected.
HTTP request sent, awaiting response... 400 Bad Request
2019-05-05 00:17:41 ERROR 400: Bad Request.
root@raspbian:~# CADDY_TELEMETRY=on curl https://getcaddy.com | bash -s personal http.filebrowser,http.filter
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7380  100  7380    0     0  36755      0 --:--:-- --:--:-- --:--:-- 36716
Downloading Caddy for linux/amd64 (personal license)...
curl: (22) The requested URL returned error: 500
Aborted, error 22 in command: curl -fsSL "$caddy_url" -u "$CADDY_ACCOUNT_ID:$CADDY_API_KEY" -o "$dl"

Hi, I’m new too, I’ve been dealing with this issue for many hours now.
Just to find out that we have been warned here: Caddy 1.0.0-beta2 released, and instructions for plugin developers
tl;dr: building/installing with plugins will fail, because they’re switching from traditional plugin system to Go modules.
I think I’ll install it without the plugins for now.

I’m having the same issue. No luck so far, I think the problem is in some of the plugins not available.

I was able to download version 1.0.0 with http.git and tls.dns.cloudflare plugins.

That said - while your post says “git and CloudFlare”, your logs say http.filebrowser,http.filter

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.