-
Notifications
You must be signed in to change notification settings - Fork 39
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 do i set http(s) proxy for elan? #117
Comments
Hi, I believe https://rust-lang.github.io/rustup/network-proxies.html should be applicable to elan as well; also note the |
So i'm doing that as best as I can discern. The issue i think lies with it being a corporate network proxy and I need to revocation checking! per libcurl has some flags for running in 'insecure mode', is there any hooks for passing flags into libcurl? |
I don't know the first thing about proxies, but why wouldn't that be covered by
I don't think so, |
i set both SET CARGO_HTTP_PROXY= and HTTP_PROXY and i'm just seeing a connection time out.
|
is it possible that using port 443 is hard coded somewhere? this is in an environment where https needs to be proxied over a different port |
ive also tried all the various cargo and curl style config files and no luck there :( |
The quick answer is that I have no idea, about any of this. Sorry! |
I’ll see about putting together a patch for this :)
…On Wed, Jan 24, 2024 at 11:05 AM Sebastian Ullrich ***@***.***> wrote:
The quick answer is that I have no idea, about any of this. Sorry!
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQWWHPLRWDNDAPS4H7TYQEWN3AVCNFSM6AAAAABBEYLLKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYGQZTQMZXHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Would a simple patch that adds explicit http proxy support be considered?
On Wed, Jan 24, 2024 at 7:25 PM Carter Schonwald ***@***.***>
wrote:
… I’ll see about putting together a patch for this :)
On Wed, Jan 24, 2024 at 11:05 AM Sebastian Ullrich <
***@***.***> wrote:
> The quick answer is that I have no idea, about any of this. Sorry!
>
> —
> Reply to this email directly, view it on GitHub
> <#117 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAABBQWWHPLRWDNDAPS4H7TYQEWN3AVCNFSM6AAAAABBEYLLKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYGQZTQMZXHA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
If it solves your issue when |
Hrmm. I’ll double check that one too before I go full patch :)
…On Mon, Jan 29, 2024 at 3:33 AM Sebastian Ullrich ***@***.***> wrote:
If it solves your issue when http_proxy (note the casing!) doesn't, then
yes
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQTWJX4L74KUX4AOWGTYQ5ND7AVCNFSM6AAAAABBEYLLKGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJUGIYDANZYG4>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Just noting that there has been recent discussion on zulip about this issue. I haven't followed the details but if you're interested in this it is probably worth reading. |
$env:https_proxy = "http://localhost:9198" works
|
This was on a windows machine :)
…On Mon, Jan 20, 2025 at 10:10 PM John Huang ***@***.***> wrote:
$env:https_proxy = "http://localhost:9198" works
Just noting that there has been recent discussion on zulip
<https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/Lean.204.20installation.20issues/near/418518096>
about this issue. I haven't followed the details but if you're interested
in this it is probably worth reading.
if host is macOS, then should add https_proxy in ~/.bashrc file, not
~/.zshrc file, I guess rust default use bash not zsh. @cartazio
<https://github.com/cartazio>
—
Reply to this email directly, view it on GitHub
<#117 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAABBQSCD6BRPYIZBIIPGOT2LW3A3AVCNFSM6AAAAABTFTUFRSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBTGUZTGMBVHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello, i'm trying to setup lean on a windows environment where i need to set an http proxy
is there some particular env variables that elan looks for? i dont see any documentations about this
is the error i got
The text was updated successfully, but these errors were encountered: