-
Notifications
You must be signed in to change notification settings - Fork 662
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
can`t deal with https_proxy #1840
Comments
Try with:
|
@rlefevre incompatible with curl and other tools |
Can you provide more context about the root problem?
I am going to close this since I cannot tell what actions should be taken from the original post. Try to get answers to these questions here or on discourse before opening a new issue. |
@evancz the root of problem is here https://zapret.info/index.php?url=package.elm-lang.org but I doubt that I will find an understanding here :( |
@sevkin, the To use For example: AFAIK connecting to the proxy in |
@rlefevre thank you! |
Also see https://gist.github.com/rlefevre/7c21513c3cc14ea23524223ab35e4ca6 for unofficial proxies dedicated to Elm. |
Unfortunately, this does not work with proxy URLs containing authentication, e.g. |
@hasko My old comment was wrong and I edited it.
The connection is upgraded to https after. According to snoyberg/http-client#132, authentication should also work. |
@rlefevre you are probably right. After investigating my issue a little further, I discovered that the company I work for apparently silently disabled basic authentication for the proxy. Now they only support NTLM. This makes sense from a security point of view as Basic authentication is a joke anyway, but it has also finally rendered the command line unusable. Maybe we should just close the whole shop to be finally secure. Sigh. It's probably a Christmas gift. Bottom line, I cannot test if proxies work for Elm but they probably do. |
@hasko I believe that
|
elm 0.19 ubuntu 18.04
$ export https_proxy=https://proxy.example.org:3128
$ elm init
elm: HttpExceptionContentWrapper {unHttpExceptionContentWrapper = InvalidProxyEnvironmentVariable "https_proxy" "https://proxy.example.org:3128"}
(curl work ok with this env)
The text was updated successfully, but these errors were encountered: