SQLPage behind enterprise proxy: best practice for outbound API calls #1269
Unanswered
davidmichallet
asked this question in
Q&A
Replies: 1 comment
-
|
Hi ! Thanks for the report, I opened a feature request upstream : actix/actix-web#4008 |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I’m using SQLPage (Linux binary v0.41.0) 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 for your helps !
ps : I test HTTP_PROXY=...... HTTPS_PROXY=..... ./sqlpage.bin
and I have error...
Beta Was this translation helpful? Give feedback.
All reactions