komuw / ong

ong, is a Go http toolkit.
MIT License
16 stars 4 forks source link

ong/acme: well-known/acme-challenge rate limited #324

Closed komuw closed 1 year ago

komuw commented 1 year ago

curl -vkL https://someDomain.com/.well-known/acme-challenge/_5A6bfHmrk6ciJl2dsmBmgPJdBPFb2yc_SvFb-tqCo0

HTTP/2 503

ong/middleware: server is overloaded, retry after 17m0s
komuw commented 1 year ago

curl -vkL https://someDomain.com/.well-known/acme-challenge/_5A6bfHmrk6ciJl2dsmBmgPJdBPFb2yc_SvFb-tqCo0

ong/middleware: server is overloaded, retry after 17m0s
komuw commented 1 year ago

Maybe we should move acme handler before ratelimiter and loadshedder. But we would want to restrict requests, in that case, from genuine ACME servers.

komuw commented 1 year ago

fixed by https://github.com/komuw/ong/pull/326 and https://github.com/komuw/ong/pull/325