Skip to content

Handle Negotiate proxy authentication#224

Draft
durck wants to merge 1 commit into
NHAS:mainfrom
durck:fix/proxy-negotiate-auth
Draft

Handle Negotiate proxy authentication#224
durck wants to merge 1 commit into
NHAS:mainfrom
durck:fix/proxy-negotiate-auth

Conversation

@durck

@durck durck commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Handle proxies that advertise Proxy-Authenticate: Negotiate without also advertising NTLM.

Details

  • Classifies advertised proxy authentication schemes from a 407 response.
  • Keeps explicit NTLM credentials as the preferred path when NTLM is offered.
  • Allows host Kerberos/SSPI authentication for either Negotiate or NTLM offers when enabled.

Validation

  • go test ./internal/client

@NHAS NHAS left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey this just looks good all round. I dont have good familiarity with this protocol however, so if you could just tell me how you've tested it I'll mark it as approved :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants