-
Notifications
You must be signed in to change notification settings - Fork 297
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
Stomp collector failed #2342
Comments
The exchange is the rabbitmq exchange (like a (URI) path). Ask CERT.pl about it.
looks like the bot is incompatible with this version of the stomp library and needs an update |
A few remarks:
|
@ludoComp9 ...for example: |
Hello,
I'm trying to collect data from n6 CERT.pl from a intelMQ running on docker compose instance.
openssl req -newkey rsa:4096 -nodes -keyout client.key > client.pem
from/opt/intelmq/intelmq/bots/collectors/stomp
container directory.When I try to start collector, I can see following error message from collector logs:
From https://jasonrbriggs.github.io/stomp.py/index.html#, 'use_ssl' parameter does not exist for Connection() function.
Any idea ? (for exchange and SSL)
Regards,
The text was updated successfully, but these errors were encountered: