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

Support Remote Connection Behind HTTP Proxy? #1303

Open
zicklag opened this issue Apr 11, 2024 · 0 comments
Open

Support Remote Connection Behind HTTP Proxy? #1303

zicklag opened this issue Apr 11, 2024 · 0 comments

Comments

@zicklag
Copy link

zicklag commented Apr 11, 2024

Hey there! All of my internet access on my development machine must go through an http proxy, which is configured for most applications by setting the http_proxy and https_proxy environment variables.

I noticed that remote connections using libsql are just hanging which is usually a sign that it's not respecting the proxy, since outbound on 80 and 443 is blocked at the router.

libsql is using normal HTTP requests right? I've opened pull requests to add proxy support in a couple projects before. It's always a little different depending on which HTTP client you're using.

Do you have any pointers on where the http requests are setup and whether or not you'd be open to a fix?

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