(Windows)プロキシの背後でUbuntuを使用しています。cabal
ユーティリティを使いたいのですが。
jem@Respect:~$ cabal update
Config file path source is default config file.
Config file /home/jem/.cabal/config not found.
Writing default configuration to /home/jem/.cabal/config
Downloading the latest package list from hackage.haskell.org
Warning: invalid http proxy uri:
"http://domain\\user:pass@internetproxy:3128/"
Warning: proxy uri must be http with a hostname
Warning: ignoring http proxy, trying a direct connection
^C
プロキシURLが環境から読み取られました。私のプロキシは認証を必要としますが、cabalはプロキシURLがホスト名で始まることを望んでいるため、おそらく資格情報を要求するでしょう...
jem@Respect:~$ http_proxy=http://internetproxy:3128/ cabal update
Downloading the latest package list from hackage.haskell.org
No action for prompting/generating user+password credentials provided (use: setAuthorityGen); returning Nothing
cabal: Failed to download index 'ErrorMisc "Unsucessful HTTP code: (4,0,7)"'
何でsetAuthorityGen
、どのように使用しますか?さらに重要なことに、認証プロキシを介したアクセスを有効にできますか?トンネルする必要がありますか?