Guest User

Untitled

a guest
May 24th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. Acquire::HTTP::Proxy "http://[domainuser[:Password02#]@10.1.1.8:8080/";
  2.  
  3. Acquire::http::Proxy "http://domainuser:Password02#]@10.1.1.8:8080/";
  4.  
  5. Acquire::http::Proxy "http:/user@domain.com:Password02#]@10.1.1.8:8080/";
  6.  
  7. root@canonical:/etc/apt# apt-get update
  8.  
  9. 407 Proxy Authorization Required
  10.  
  11. Reading package lists... Done
  12. W: The repository 'http://security.ubuntu.com/ubuntu xenial-security Release' does not have a Release file.
  13. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
  14. N: See apt-secure(8) manpage for repository creation and user configuration details.
  15. W: The repository 'http://za.archive.ubuntu.com/ubuntu xenial Release' does
  16.  
  17. Acquire::http::Proxy "http://user:password@10.1.1.8:8080";
  18. Acquire::https::Proxy "http://user:password@10.1.1.8:8080";
  19. Acquire::ftp::Proxy "http://user:password@10.1.1.8:8080";
Add Comment
Please, Sign In to add comment