-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror request not sent despite received by spoa #13
Comments
Hello @rchien, it seems to me that the problem is related to the entries 'Skip message argument' in the log. I'll take a closer look today and get back to you. Best regards, |
Hello, alas, I forgot to answer @rchien's question.. I apologize. The problem is that the argument for "spoe-message" can only be one of the following: 'check-client-ip', 'test' and 'mirror'. He seems to have written 'mirrormessage' as an argument, so anything after that for that group is ignored. This also applies to the argument of the keyword 'messages' in the group 'spoe-agent'. |
Thank you very much. It also solved my problem too. |
I've been trying to figure out why mirror requests are not sent. After a whole day of debugging I think (to best of my knowledge) the issue is in spoa-mirror. Some hints or guidance would be much appreciate to move forward on this.
My setup is using docker-compose with
--enable-debug
)From my logs I can see that requests are fwd to web server and request is received by engine but for some reason spoa-mirror is not sending. I'm using service like requestbin to log mirror request. The tests are done at super low scale.
Below is debug log
I also observing broken pipe and haproxy-disconnect. Not sure if they are worth any concern. Happy to provide more info. Thank you for your help in advance.
The text was updated successfully, but these errors were encountered: