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

How to Connect using ProxyHost? #75

Closed
yks0000 opened this issue Jan 5, 2018 · 1 comment
Closed

How to Connect using ProxyHost? #75

yks0000 opened this issue Jan 5, 2018 · 1 comment

Comments

@yks0000
Copy link

yks0000 commented Jan 5, 2018

We are not seeing any reference in Python-SDK to connect via Proxy Host. Could you please suggest?

@yks0000 yks0000 closed this as completed Jan 5, 2018
@yks0000
Copy link
Author

yks0000 commented Jan 5, 2018

Setting os.environ worked.

os.environ["http_proxy"] = "xxxx"
os.environ["https_proxy"] = "xxxx"

@yks0000 yks0000 reopened this Jan 5, 2018
@yks0000 yks0000 closed this as completed Jan 5, 2018
eli-darkly added a commit that referenced this issue Sep 21, 2018
fix polling processor retry logic after HTTP error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant