1

I've seen a few examples of how to setup Emacs to use Basic Auth proxies - is there a way to configure it to use an NTLM proxy?

Drew
  • 75,699
  • 9
  • 109
  • 225
sunwukung
  • 227
  • 3
  • 10

1 Answers1

2

If anyone needs to answer this question, here's how I solved it:

Install CNTLM and configure it with your NTLM creds.

Set environment variables HTTP_PROXY & HTTPS_PROXY to the localhost presented by CNTLM

that should sort it

sunwukung
  • 227
  • 3
  • 10