For those who have encountered problems with Zscal...
# ask-community-for-troubleshooting
c
For those who have encountered problems with Zscaler SSL Inspection (or similar endpoint MITM tech) preventing Airbyte Docker images from spinning up; What domains / URLs did you whitelist in order to unblock?
k
Based on the knowledge sources, I can see several discussions about SSL certificate issues and proxy problems with Airbyte, but there isn't a comprehensive list of specific domains/URLs to whitelist for Zscaler or similar SSL inspection tools. However, from the available information, here are the key domains and resources that Airbyte needs to access: Core Airbyte Resources: -
<https://airbytehq.github.io/helm-charts/>
- For Helm chart repository access (mentioned in [abctl install fails behind company proxy](https://github.com/airbytehq/airbyte/issues/46933)) -
<http://hub.docker.com/u/airbyte|hub.docker.com/u/airbyte>
- Airbyte's public Docker repository for pulling connector and platform images Additional Considerations: - The [SSL certificate error discussion](https://discuss.airbyte.io/t/2566) mentions issues with Google Analytics connector accessing
<http://www.googleapis.com|www.googleapis.com>
, indicating that connectors may need access to their respective API endpoints - According to the [custom image registries documentation](https://docs.airbyte.com/platform/1.7/deploying-airbyte/integrations/custom-image-registries), Airbyte pulls both platform images and connector images from Docker repositories Workaround Mentioned: One contributor in the [abctl install proxy issue](https://github.com/airbytehq/airbyte/issues/46933) stated: "You will have to work with your companies security teams to figure out an exception. We currently require that you have access to the internet." Unfortunately, the knowledge sources don't provide a complete whitelist of all domains needed. For a comprehensive solution, you may need to: 1. Monitor network traffic during installation to identify blocked domains 2. Work with your security team to create exceptions 3. Consider using a [custom image registry](https://docs.airbyte.com/platform/1.7/deploying-airbyte/integrations/custom-image-registries) to host Airbyte images within your network