Guest User

Untitled

a guest
May 30th, 2018
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Could not retrieve mirrorlist http://mirrorlist.centos.org/?
  2. release=7&arch=x86_64&repo=os&infra=stock error was
  3. 14: HTTP Error 407 - Proxy Authentication Required
  4.  
  5. http_proxy='http://user:password@url:8088/'
  6. HTTP_PROXY='http://user:password@url:8088/'
  7. https_proxy='http://user:password@url:8088/'
  8. HTTPS_PROXY='http://user:password@url:8088/'
  9. ftp_proxy='http://user:password@url:8088/'
  10. FTP_PROXY='http://user:password@url:8088/'
  11. no_proxy='localhost,127.0.0.1,localaddress,*.localdomain.com,*.bl.ch,10.*'
  12. NO_PROXY='localhost,127.0.0.1,localaddress,*.localdomain.com,*.bl.ch,10.*'
  13.  
  14. proxy=http://url:8088/
  15. proxy_username=user_name
  16. proxy_password=password
  17.  
  18. export http_proxy="http://url:8088/"
  19.  
  20. http_proxy='http://user:password@url:8088/'
  21. HTTP_PROXY='http://user:password@url:8088/'
  22. https_proxy='http://user:password@url:8088/'
  23. HTTPS_PROXY='http://user:password@url:8088/'
  24. ftp_proxy='http://user:password@url:8088/'
  25. FTP_PROXY='http://user:password@url:8088/'
  26. no_proxy='localhost,127.0.0.1,localaddress,*.localdomain.com,*.bl.ch,10.*'
  27. NO_PROXY='localhost,127.0.0.1,localaddress,*.localdomain.com,*.bl.ch,10.*'
Add Comment
Please, Sign In to add comment