On 24/11/2019 15:12 Marc Roos via dovecot < dovecot@dovecot.org> wrote:
I am not understanding how this health check[1] script should work. Fromthe commandline it works fine when I type a PING I get a PONG. But howdo I do a curl to this 5001 port?
Tried something like this:
bash-5.0# curl http://localhost:5001/curl: (56) Recv failure: Connection reset by peer
bash-5.0# curl http://localhost:5001/PINGcurl: (56) Recv failure: Connection reset by peer
[1]
--- Aki Tuomi