Download plugins error

I can download plugins with http.git,http.hugo ,but when add hook.service I get a 500 error from server.

[liufuqiang@cloud web]$ curl https://getcaddy.com | bash -s personal http.git,http.hugo,hook.service
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
101 7380 101 7380 0 0 4457 0 0:00:01 0:00:01 --:–:-- 27744
Downloading Caddy for linux/amd64 (personal license)…
curl: (22) The requested URL returned error: 500 Internal Server Error
Aborted, error 22 in command: curl -fsSL “$caddy_url” -u “$CADDY_ACCOUNT_ID:$CADDY_API_KEY” -o “$dl”

And this is the cURL verbose message.

Are you still getting the error? It seems to be working for me at the moment.

whitestrake at apollo in ~
❯ curl https://getcaddy.com/ | bash -s personal http.git,tls.dns.cloudflare,hook.service
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  7380  100  7380    0     0   6474      0  0:00:01  0:00:01 --:--:--  6473
Downloading Caddy for darwin/amd64 (personal license)...
Notice: download verification not possible because gpg is not installed
Extracting...
Archive:  /tmp/caddy_darwin_amd64_custom.zip
  inflating: /tmp/caddy
Backing up /usr/local/bin/caddy to /usr/local/bin/caddy_old
(Password may be required.)
Password:
Putting caddy in /usr/local/bin (may require password)
Caddy 0.11.0 (non-commercial use only)
Successfully installed

I was also able to download it from https://caddyserver.com/download/darwin/amd64?plugins=hook.service,http.git,http.hugo&license=personal&telemetry=off via cURL.

1 Like

Yes ,I can download ok now. Thx

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