docker
docker copied to clipboard
Unable to resolve hostname '<em>opencti</em>' in all the connectors
Summary
I'm trying to use opencti behind a work proxy, so I followed the instructions given in issue #374 and #116, only to be confronted with **>\nDescription: Unable to locate the server named \"opencti\" --- the server does not have a DNS entry.** and this is happening to every connector even the import/export related ones.steps to reproduce
- open the docker-compose.yml
- add HTTP-PROXY HTTPS-PROXY NO-PROXY to every environment variable of the connectors( I only added those to the connectors not to the other images (redis, opencti, elasticsearch))
- create a network called opencti-network
- add the connectors to the 'opencti-network'