如何在身份验证的HTTP代理后配置Emacs? [英] How do I configure Emacs behind an authenticated HTTP proxy?

查看:171
本文介绍了如何在身份验证的HTTP代理后配置Emacs?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

另一个问题,尽管它没有指定任何有关代理身份验证的问题。



其解决方案是

 (setq url-proxy-services' ((no_proxy。work\\.com)
(http。proxy.work.com:911)))
pre>

解决方案

现在,我对认证代理问题的方法是使用 CNTLM 。它是便携式的,很容易配置,可以作为deamon运行。


There's another question that answers this though it doesn't specify anything regarding proxy authentication.

Its solution is

(setq url-proxy-services '(("no_proxy" . "work\\.com")
                           ("http" . "proxy.work.com:911")))

解决方案

Nowadays, my approach to the "authenticated proxy problem" is to use CNTLM. It is portable, quite easy to configure and may be run as deamon.

这篇关于如何在身份验证的HTTP代理后配置Emacs?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆