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

Running opencti behind corporate proxy #374

Closed
krelac-bit opened this issue Dec 11, 2019 · 2 comments
Closed

Running opencti behind corporate proxy #374

krelac-bit opened this issue Dec 11, 2019 · 2 comments
Labels
question Further information is requested solved use to identify issue that has been solved (must be linked to the solving PR)

Comments

@krelac-bit
Copy link

mentioned in Docker-compose build behind a HTTP proxy #116
"This environment variable is used by the docker daemon to download images for example but not inside the container."

Downloading of images works fine but after images are started connectors are not using defined proxy and cannot fetch data via proxy from Internet. Is it possible to have connectors be proxified and fetch data via proxy?

@2xyo
Copy link
Contributor

2xyo commented Dec 11, 2019

Yes, you can set HTTP_PROXY, HTTPS_PROXY, NO_PROXY in environment section of each connector in your docker-compose.yml. See https://docs.docker.com/compose/environment-variables/

@krelac-bit
Copy link
Author

all good. thx

@SamuelHassine SamuelHassine added question Further information is requested solved use to identify issue that has been solved (must be linked to the solving PR) labels Dec 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

3 participants