Skip to content
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

Error Adding Tpot Sensor #1616

Closed
whitepoll opened this issue Jul 10, 2024 · 7 comments
Closed

Error Adding Tpot Sensor #1616

whitepoll opened this issue Jul 10, 2024 · 7 comments
Assignees
Labels
Milestone

Comments

@whitepoll
Copy link

whitepoll commented Jul 10, 2024

Hi everyone,

I have a Tpot system made up of a HIVE and two sensors. Now, I want to add two more sensors, and when I deploy on the HIVE, I encounter the following error:

logstash  | [ERROR] 2024-07-10 14:39:29.385 [[http_output]>worker1] http - Could not fetch URL {:url=>"https://XXX.XXX.XXX:64294", :method=>:post, :message=>"XXX.XXX.XXX.XXX:64294 failed to respond", :class=>Manticore::ClientProtocolException, :will_retry=>true}

The HIVE system is configured in the same way, and the self-signed certificate is the same one used by the two sensors that I have already configured and are working. The problem only occurs with the two additional sensors I want to install now. How can I resolve this?

Screenshot 2024-07-10 alle 16 45 43

Thank you for your support

@github-actions github-actions bot added the no basic support info Please follow the guidelines so we can help label Jul 10, 2024
@t3chn0m4g3
Copy link
Member

Based on the logs you provided the HIVE is not reachable on port tcp/64294.
Can you reach the HIVE from the the SENSOR via curl https://<ip>:64294?

@whitepoll
Copy link
Author

Yes the sensor is reachable, the sensors I had put first reach it easily.

If I make a call with curl:

Screenshot 2024-07-10 alle 18 06 40

On the sensor I already tried using the method as well: LS_SSL_VERIFICATION=none but the error does not change

@t3chn0m4g3
Copy link
Member

t3chn0m4g3 commented Jul 10, 2024

@whitepoll Recheck #1614, I mixed up the VAR, sorry.

Otherwise I cannot reproduce this, I just set up a new HIVE / SENSOR to make sure it had nothing to do with 53314b1

@t3chn0m4g3 t3chn0m4g3 self-assigned this Jul 10, 2024
@t3chn0m4g3 t3chn0m4g3 added this to the 24.04.1 milestone Jul 10, 2024
@whitepoll
Copy link
Author

So the problem is Tpot's and not my configuration? Will it be fixed in the next update?

@t3chn0m4g3
Copy link
Member

@whitepoll Works perfectly fine here.

@whitepoll
Copy link
Author

Then I will try to see if the problem is in my configuration. thank you

@t3chn0m4g3
Copy link
Member

Updated the documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants