Skip to content
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
This repository was archived by the owner on Aug 23, 2018. It is now read-only.

https_proxy do not work with standard configuration #292

@crakjie

Description

@crakjie

when calling runhaskell /home/etienne/tools/BuildFromSource.hs 0.18
I got this error

elm-make: InvalidProxyEnvironmentVariable "https_proxy" "https://id:pwd@192.168.219.9:3128"



src/backend/StaticFiles.hs:50:5:
    Exception when trying to run compile-time code:
      ExitFailure 1
    Code: (=<<)
            bsToExp runIO (Build.compile ("src" </> "pages" </> "Errors.elm"))
    In the splice:
      $(bsToExp
        =<< runIO (Build.compile ("src" </> "pages" </> "Errors.elm")))

when http_proxy=https://ip:port

but command work is the env variable is set with http_proxy=ip:port ( without the scheme )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions