pieterlouw / caddy-net

Proxy server type for Caddy server (https://github.com/mholt/caddy)
Apache License 2.0
66 stars 11 forks source link

Unable to install plugin #20

Closed ThisIsTenou closed 4 years ago

ThisIsTenou commented 4 years ago

I'm not able to install the plug in, neither via the caddy download page nor through the direct links.

zuedev commented 4 years ago

I also cannot install this plugin, this is what getcaddy.com says:

root@tiamon ~# curl https://getcaddy.com | bash -s personal net
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"
etique57 commented 4 years ago

Same for me.

benma commented 4 years ago

Bump. Maybe it has to do with:

github.com/pieterlouw/caddy-net@v0.1.5/caddynet/netserver/tls.go:77:48: too many arguments in call to certCache.RenewManagedCertificates
    have (bool)
    want ()
hscells commented 4 years ago

@pieterlouw now that this has been resolved in #21 what now has to happen for builds to resume on https://caddyserver.com/v1/download?

pieterlouw commented 4 years ago

@pieterlouw now that this has been resolved in #21 what now has to happen for builds to resume on https://caddyserver.com/v1/download?

Hi @hscells , it should be backwards compatible.

hscells commented 4 years ago

Once it has been confirmed that #21 indeed fixes the problem, I believe the plugin must be updated through the caddy developer account: https://github.com/caddyserver/caddy/wiki/Publishing-a-Plugin-to-the-Download-Page#updating-your-plugin

However, it looks like #22 might be an even more recent version of the bug reported in this issue (and consequently resolved in #21)

hscells commented 4 years ago

@pieterlouw just wondering if there has been any progress made towards this?

How would it be possible to use your plugin in caddy without downloading from the website?

streaps commented 4 years ago

I have the same problem. https://caddyserver.com/v1/download still returns an error, if you build Caddy with the net plugin.

pieterlouw commented 4 years ago

Hi,

New version of the plugin has been uploaded , please try again.