Can't download for Linux

Hi,

If you navigate to this link

https://caddyserver.com/download/linux/amd64?plugins=http.git&license=personal&telemetry=on

you cannot download the caddy files for linux.

This is the log from the CI

Step 6/19 : RUN curl --silent --show-error --fail --location --header "Accept: application/tar+gzip, application/x-gzip, application/octet-stream" -o "https://caddyserver.com/download/linux/amd64?plugins=${plugins}&license=personal&telemetry=off" | tar --no-same-owner -C /usr/bin/ -xz caddy && chmod 0755 /usr/bin/caddy && addgroup -S caddy && adduser -D -S -s /sbin/nologin -G caddy caddy && /usr/bin/caddy -version
 ---> Running in 1979eec184bf
curl: (22) The requested URL returned error: 500 
gzip: invalid magic
tar: Child returned status 1
tar: Error is not recoverable: exiting now

I’m guessing that there are some problems with the download server?

Hi, yes, I think these errors will go away after the 1.0 release, based on the errors I’m seeing in our logs.

See Caddy 1.0.0-beta2 released, and instructions for plugin developers for more info.

Thanks for the info! :slight_smile:

After the Caddy 1.0 release, the URI is now working.

1 Like

https://caddyserver.com/download/linux/amd64?plugins=http.geoip,http.ipfilter&license=personal&telemetry=off

500 error.
not working.

I did look into ipfilter’s issue: it’s because there’s a filename in the repo with : (colon), so it can’t extract the contents properly.

so then what is the exact URL?

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