criteo / haproxy-spoe-go

An implementation of the SPOP protocol in Go. https://www.haproxy.org/download/2.0/doc/SPOE.txt
Apache License 2.0
28 stars 14 forks source link

Question : SPOE: [auth-agents] failed to process messages: code=1 #8

Closed megarajan closed 4 years ago

megarajan commented 4 years ago

Hi

I see this error in my haproxy log whenever I do a CURL request.

Sep 3 03:29:46 172.17.0.8 haproxy[15289]: SPOE: [auth-agents] failed to process messages: code=1

I am not able to enable more debugs to figure out reason for this error.

Is there any way I can see more info on message transactions of this code and haproxy ?

thanks for the help.

ShimmerGlass commented 4 years ago

Hi, can you enable the debug flag in the global section and paste the output? Any output from your app ?

megarajan commented 4 years ago

increasing the timeouts somehow seem to have made the messages disappear. thanks for helping out.