Network issue when build airbyte behind a proxy

  • Is this your first time deploying Airbyte?: Yes
  • OS Version / Instance: Ubuntu
  • Memory / Disk: 16GB
  • Deployment: Docker
  • Airbyte Version: 3.7
  • Source name/version: github/google Ads/ bing ads
  • Destination name/version: none
  • Step: create new sources
  • Description: refer to this post in slack. I deployed airbyte behind a proxy, and I made following attempts to solve this issue.
  1. set proxy for docker, both in ~/.docker/config.json and /etc/systemd/system/docker.service.d/http_proxy.conf
  2. set proxy in docker-compose.yaml, for worker, server and webapp, under environment args

I can reach public network in containers(worker, webapp, server), but still got an http time out error when I try to create a source to github/google ads/bing ads.

Full log
start.log (316.5 KB)

curl git from container