OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.32k stars 932 forks source link

Unable to connect opencti after install via portainer #2442

Open konghv opened 2 years ago

konghv commented 2 years ago

Description

Dear OpenCTI team This is the 1st time i install OPENCTI. I installed via guide that use portainer. After installed, i can't not access to openCTI. Firefox show "Unable to connect Firefox can’t establish a connection to the server at 192.168.80.142:8080."

Here are my "docker-compose.yml" config:

version: '3' services: redis: image: redis:7.0.5 restart: always volumes:

volumes: esdata: s3data: redisdata: amqpdata:


Hear is my .env file config

PENCTI_ADMIN_EMAIL=admin@gmail.com OPENCTI_ADMIN_PASSWORD=Kong@admin999 OPENCTI_ADMIN_TOKEN=28452e40-c769-4b9a-9a9b-820b17c04c16 OPENCTI_BASE_URL=http://localhost:8080 MINIO_ROOT_USER=opencti MINIO_ROOT_PASSWORD=Kong@admin999 RABBITMQ_DEFAULT_USER=opencti RABBITMQ_DEFAULT_PASS=Kong@admin999 CONNECTOR_EXPORT_FILE_STIX_ID=dd817c8b-abae-460a-9ebc-97b1551e70e6 CONNECTOR_EXPORT_FILE_CSV_ID=7ba187fb-fde8-4063-92b5-c3da34060dd7 CONNECTOR_EXPORT_FILE_TXT_ID=ca715d9c-bd64-4351-91db-33a8d728a58b CONNECTOR_IMPORT_FILE_STIX_ID=72327164-0b35-482b-b5d6-a5a3f76b845f CONNECTOR_IMPORT_DOCUMENT_ID=c3970f8a-ce4b-4497-a381-20b7256f56f0 ELASTIC_MEMORY_SIZE=4G

Environment

  1. OS (where OpenCTI server runs): Ubuntu 20.4.5
  2. OpenCTI version: { e.g. OpenCTI 1.0.2 }: 5.3.17
  3. OpenCTI client: { e.g. frontend or python }
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. open firefox
  2. can't not access to opencti page via : http://[localserver ip]:8080

Expected Output

access to opencti

Actual Output

firefox show: Unable to connect Firefox can’t establish a connection to the server at 192.168.80.142:8080.

Additional information

Screenshots (optional)

Capture1 Capture
richard-julien commented 2 years ago

Can you check your logs for the opencti platform container? Thanks