首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >具有身份验证的rhn_register通过HTTP代理

具有身份验证的rhn_register通过HTTP代理
EN

Server Fault用户
提问于 2011-01-11 09:03:00
回答 3查看 16.8K关注 0票数 2

对rhn_register的代理身份验证支持有任何限制吗?

我所在网络的代理发送以下407:

代码语言:javascript
复制
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: NTLM

rhn_register似乎无法实现上述任何身份验证方案。

有什么建议吗?

EN

回答 3

Server Fault用户

发布于 2012-10-16 19:32:41

  • RedHat网络
    1. 打开/etc/sysconfig/rhn/up2date进行编辑
    2. 更改以下内容:

出发地: enableProxy=0至:+enableProxy=1

代码语言:javascript
复制
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.
  • Wget
    1. 打开/root/..bach_profile进行编辑
    2. 添加以下内容:导出http_proxy="http://proxyUser:proxyPassword@httpProxy

  • 百胜( Yum )
    1. 打开/etc/yum.conf进行编辑
    2. 添加以下内容: proxy=http://httpProxy proxy_username=proxyUser proxy_password=proxyPassword
票数 3
EN

Server Fault用户

发布于 2012-01-11 17:41:00

有两篇知识库文章回答了你的问题:

如何通过HTTP代理访问红帽网络( RHN )、RHN卫星或RHN代理?

试图通过微软代理向红色网络注册我的服务器失败。我怎么解决这个问题?

您的RHN帐户用于访问文章。

第二篇文章提到,Red并不直接支持NTLM,但是有一个项目可以用来使它工作。

快速总结,编辑/etc/sysconfig/rhn/up2date文件并在其中输入适当的代理信息,确保设置"enableProxy=1“

票数 1
EN

Server Fault用户

发布于 2011-01-11 10:41:08

当你跑步时:

configure-proxy.sh

您是否尝试在表单中输入代理服务器:

http://username:password@proxyaddress:3128

看起来您的代理服务器需要Kerberos票证而不是直接的用户名和密码,ISA服务器需要域成员身份吗?这可能比直接HTTP代理auth更困难。我确信rhn_proxy支持一个带有用户名和密码的http代理,但是我无法在快速查找文档时找到它。

票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/221021

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档