fsantagostinobietti / cntlm-gss

Cntlm-0.92.3 with kerberos authentication patch applied
GNU General Public License v2.0
0 stars 0 forks source link

Daemon mode fails when using gss auth #1

Open fsantagostinobietti opened 2 years ago

fsantagostinobietti commented 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

Note: working in MacOS 12.2 (Monterey)