J'utilise Ubuntu derrière un proxy (Windows). Je voudrais utiliser l' cabal
utilitaire.
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 du proxy a été lue dans l'environnement. Mon proxy nécessite une authentification, mais cabal veut que l'URL du proxy commence par un nom d'hôte, alors peut-être qu'il me demandera des informations d'identification ...
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)"'
Qu'est-ce que c'est setAuthorityGen
et comment l'utiliser? Plus important encore, puis-je activer l'accès via le proxy d'authentification? Aurai-je besoin de creuser un tunnel?