Displaying 8 results from an estimated 8 matches for "proxy_usernam".
Did you mean:
proxy_username
2007 Feb 13
1
yum behinf authenticated proxy - Replay
Simply modify yum.conf, add
proxy=http://proxy.example.si:80/
proxy_username=some_username
proxy_password=some_password
work for me.
Bla? Bogataj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070213/04c947e3/attachment.html>
2015 Mar 10
2
CentOS 6.6 repo access issue.
Hi Guys,
My apologies for earlier mail without subject line. kindly ignore.
i've CentOS 6.6 (Final) 64 bit version installed and I can not access the
online repositories to install/update (pls see eror below the error), I
tried to google this error I get a lot of links but nothing I could really
solving this issue. I've already disabled ipv6 and also defined proxy in
/etc/yum.conf.
2007 Jul 19
1
yum through a squid proxy
...nvalid
request method. This means that the box isn't yet talking proxy and is still
trying to go through direct. To my yum.conf file i added lines similar to
these:
# The proxy server - proxy server:port number
proxy=http://mycache.mydomain.com:3128
# The account details for yum connections
proxy_username=yum-user
proxy_password=qwerty
I tried port 80 on that proxy line with the same results. Telneting to that
ip/port works fine, iptables isn't blocking it. On the firewall i added the
yum-user to the password file and used squid's ncsa_auth program to confirm
the username/password combi...
2015 Mar 10
0
CentOS 6.6 repo access issue.
...ly
> solving this issue. I've already disabled ipv6 and also defined proxy in
> /etc/yum.conf.
...
This is stating the obvious but it looks like your proxy definition in
yum.conf does not work.
I assume you have something like:
proxy=http://<hostname>:<port>
with a possible
proxy_username=whoever
and proxy_password=whatever
if required in yum.conf
Check these again, I find I often read what I thought I typed, not what
I actually did.
If this is correct tcpdump may give you some useful information on what
is actually happening.
Regards
2009 Jul 22
0
YUM Proxy
...#39;m also under proxy server and yum work like ... charm.
You can find manual in
http://www.centos.org/docs/4/html/yum/sn-yum-proxy-server.html.
I'm usualy edit /etc/yum.conf and put there
#proxy adress:port - take care of /
proxy=http://proxy.somedomain.si:80/
#proxy username and passwd
proxy_username=
proxy_password=
Have a nice day.
Bla?
-----Original Message-----
Message: 2
Date: Mon, 20 Jul 2009 12:17:49 -0400
From: Alberto Garc?a G?mez <alberto at ipimtzcm.rimed.cu>
Subject: [CentOS] YUM Proxy
To: "CentOS mailing list" <centos at centos.org>
Message-ID: <001a0...
2007 Aug 21
2
Using HTTP proxy for yum
Is there a way to use an HTTP proxy (with a user/pass) with yum? Or
at least a way to pass a user/pass through yum? I have a situation
with a CentOS server behind a web filter appliance.
Thanks,
Scott
2012 Feb 09
2
Problems with Microsoft Forefront proxy with yum
Hello all,
How can I configure yum to download updates when I need to
authenticate to a Microsoft Forefront proxy?? I have tried to
configure http_proxy variable as a
"http_proxy="http://DOMAIN\\user:passwd at proxy:port/", but it doesn't
works ... I have tried to set http_user and http_passwd also without
luck.
Thanks.
2010 Jan 06
4
Yum Issue
Yum using proxy that requires authentication and a Password that
contains the two characters \/ fails
normally I can get yum to work with a proxy that requires authentication
when required by doing something like
http_proxy=http://<my username>:<my password>@<proxy server>:<proxy
server port>
export http_proxy
or by filling in the appropriate information in yum.conf.