SQLPage behind enterprise proxy: best practice for outbound API calls #1268
Closed
davidmichallet
started this conversation in
General
Replies: 1 comment
-
|
opened actix/actix-web#4008 upstream |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m using SQLPage (Linux binary) behind an enterprise network that requires an HTTP/HTTPS proxy to access the Internet.
The proxy works correctly with curl using HTTP_PROXY / HTTPS_PROXY
External API calls work via curl
Internet access is strictly enforced through the corporate proxy
Issue
SQLPage cannot reach external APIs (requests time out), e.g.:
https://data.education.gouv.fr/...
Even though HTTP_PROXY and HTTPS_PROXY environment variables are set, SQLPage seems to ignore them.
What is the recommended and production-ready way to make SQLPage work behind an enterprise proxy?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions