OpenCTI-Platform / docker

OpenCTI Docker deployment helpers
156 stars 172 forks source link

OpenCTI API is not reachablee is #83

Closed calberts closed 4 months ago

calberts commented 1 year ago

I have opencti running on my MacBook by connector document

ValueError: OpenCTI API is not reachable. Waiting for OpenCTI API to start or check your configuration... Terminated INFO Listing Threat-Actors with filters null. | timestamp=2023-04-11T19:10:29.317856Z name=pycti.entities INFO Listing Threat-Actors with filters null. | timestamp=2023-04-11T19:10:29.440984Z name=pycti.entities INFO Connector registered with ID: 9B63790D-26FD-4D58-BF8F-C34DD321E53E | timestamp=2023-04-11T19:10:29.661560Z name=pycti.connector INFO Starting ping alive thread | timestamp=2023-04-11T19:10:29.662035Z name=pycti.connector

So it looks like its not working that well i get no basic data in

below my yml file any hints of tips what is wrong

Chris

`version: '3' services: redis: image: redis:7.0.9 restart: always volumes:

volumes: esdata: s3data: redisdata: amqpdata: `

gnarkill78 commented 1 year ago

It would be interesting to know why this is happening. I deployed the 5.7.2 yml file and when I run "docker ps", all I see is every container restarting. Looking at the log, it indicates that the OpenCTI API is not reachable. My system architecture has not changed, only the fact that I am trying to deploy the latest version. Previously, I had 5.6.2 working but 5.7.2 does not. Any thoughts would be beneficial. Thanks in advance.

tommorgan365 commented 1 year ago

Interesting having the same issues as keiranwyllie after going to 5.7.2

gnarkill78 commented 1 year ago

Same issue again with 5.7.3

git-SwitchBlade commented 8 months ago

I have the same issue, let me know if someone find anything