Skip to content

Proxy config for building native SDK

Johny Qiu edited this page May 19, 2021 · 1 revision

When building OWT native SDK behind firewall that requires a proxy,

  • Please make sure you set http_proxy and https_proxy in your system environment variable;

  • Also make sure NO_AUTH_BOTO_CONFIG environmental variable is set to correct boto file path if you're using https proxy for gsutil downloading files from Google storage; A sample boto file:

[Boto]
proxy = www.abcdefg.com
proxy_port = 1234
https_validate_certificate = True