Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I configure Emacs behind an authenticated HTTP proxy?

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")))
like image 779
Pedro Rolo Avatar asked May 06 '10 17:05

Pedro Rolo


1 Answers

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.

like image 174
Pedro Rolo Avatar answered Sep 24 '22 22:09

Pedro Rolo