Estou usando o Ubuntu atrás de um proxy (Windows). Eu gostaria de usar o cabal
utilitário.
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
A URL do proxy foi lida no ambiente. Meu proxy requer autenticação, mas o cabal deseja que o URL do proxy comece com um nome de host, portanto, talvez ele me solicite credenciais ...
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)"'
O que é setAuthorityGen
e como eu o uso? Mais importante, posso habilitar o acesso através do proxy de autenticação? Vou precisar fazer um túnel?