infobyte / faraday_agent_dispatcher

Faraday Agent Dispatcher launches any security tools and send results to Faradaysec Platform.
https://www.faradaysec.com/
GNU General Public License v3.0
39 stars 11 forks source link

faraday_agent_dispatcher Can not connect to Faraday server #21

Closed handbye closed 3 months ago

handbye commented 3 months ago

when i use docker run agent, An error has occurred.

root@ubuntu:~# docker run -v dispatcher.yaml:/root/.faraday/config/dispatcher.yaml faradaysec/faraday_agent_dispatcher --token=558729  
2024-08-15 09:38:53,813 - faraday_agent_dispatcher - ERROR {MainThread} [dispatcher_io.py:598 - check_connection()]  Can not connect to Faraday server

same dispatcher.yaml , use faraday-dispatcher run --token=434254 command, it work fine.

I can't find what the problem is.