Open fsantagostinobietti opened 2 years ago
using
$ cntlm -a gss -c cntlm.conf
proxy starts in background as expected, but it dies at the very first request :
$ curl https://www.google.com curl: (56) Proxy CONNECT aborted
On the contrary it works perfectly when I start it in foreground mode $ cntlm -f -a gss -c cntlm.conf or in daemon mode without gss auth $ cntlm -c cntlm.conf
$ cntlm -f -a gss -c cntlm.conf
$ cntlm -c cntlm.conf
Note: working in MacOS 12.2 (Monterey)
using
proxy starts in background as expected, but it dies at the very first request :
On the contrary it works perfectly when I start it in foreground mode
$ cntlm -f -a gss -c cntlm.conf
or in daemon mode without gss auth$ cntlm -c cntlm.conf
Note: working in MacOS 12.2 (Monterey)