Sto usando Ubuntu dietro un proxy (Windows). Vorrei usare l' cabal
utilità.
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
L'URL del proxy è stato letto dall'ambiente. Il mio proxy richiede l'autenticazione, ma cabal vuole che l'URL del proxy inizi con un nome host, quindi forse mi richiederà credenziali ...
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)"'
Che cos'è setAuthorityGen
e come lo uso? Ancora più importante, posso abilitare l'accesso tramite il proxy di autenticazione? Dovrò scavare un tunnel?