-
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 #2364
Comments
Are you sure that the correct exchange for you is |
Yes, absolutely. n6 CERT team confirmed it. |
I'm not able to help here, unfortunately. Not operating a STOMP service myself and last used n6's interface 1½ years ago. |
Could you enable debug log and see what it returns? Could you try to use the stomp.py CLI and manually connect to the requested queue? I see that in our configuration the exchange is like |
|
@zuo is this fixed as well? |
I think it was rather a communication issue than a bug in the code or configuration, and I have already clarified the matter above (and also in comments to the ticket #2342). PRs #2408 and #2414 also improve the documentation related to the matter. So I believe this ticket can be closed. |
OK, thanks for the explanation |
Hello,
After received client certificate from n6, I launched:
openssl s_client -cert /usr/lib/python3/dist-packages/intelmq/bots/collectors/stomp/client.pem -key /usr/lib/python3/dist-packages/intelmq/bots/collectors/stomp/n6.key -CAfile /usr/lib/python3/dist-packages/intelmq/bots/collectors/stomp/ca.pem -host n6stream.cert.pl -port 61614
and it worked fine!
So, I tried to configure Stomp Collector module from intelMQ Manager with following parameters:
But, when started, I have following error message from StompCollector.log file:
Any idea ?
Platform:
Ubuntu 22.04.2 LTS
intelMQ: 3.1.0
stomp.py: 4.1.23
The text was updated successfully, but these errors were encountered: