对rhn_register的代理身份验证支持有任何限制吗?
我所在网络的代理发送以下407:
HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. )
Via: 1.1 VANESSA
Proxy-Authenticate: Negotiate
Proxy-Authenticate: Kerberos
Proxy-Authenticate: NTLMrhn_register似乎无法实现上述任何身份验证方案。
有什么建议吗?
发布于 2012-10-16 19:32:41
出发地: enableProxy=0至:+enableProxy=1
1. Add Following missing lines, if you use user name and password authentication enableProxyAuth[comment]=To use an authenticated proxy or not enableProxyAuth=1
2. Enter the user's password for the http proxy where it states the following: proxyPassword=
3. Enter the user's username for the http proxy where it states the following: proxyUser=
4. Enter the URL for the proxy server, in host:port format, in the following line: httpProxy=
5. Save the file.发布于 2012-01-11 17:41:00
有两篇知识库文章回答了你的问题:
如何通过HTTP代理访问红帽网络( RHN )、RHN卫星或RHN代理?
试图通过微软代理向红色网络注册我的服务器失败。我怎么解决这个问题?
您的RHN帐户用于访问文章。
第二篇文章提到,Red并不直接支持NTLM,但是有一个项目可以用来使它工作。
快速总结,编辑/etc/sysconfig/rhn/up2date文件并在其中输入适当的代理信息,确保设置"enableProxy=1“
发布于 2011-01-11 10:41:08
当你跑步时:
configure-proxy.sh
您是否尝试在表单中输入代理服务器:
http://username:password@proxyaddress:3128
?
看起来您的代理服务器需要Kerberos票证而不是直接的用户名和密码,ISA服务器需要域成员身份吗?这可能比直接HTTP代理auth更困难。我确信rhn_proxy支持一个带有用户名和密码的http代理,但是我无法在快速查找文档时找到它。
https://serverfault.com/questions/221021
复制相似问题