mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1924] http proxy doesn't supprt NTLM authentication #1526
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1526
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @laodu0 on GitHub (Jul 30, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1924
Originally assigned to: @blizard863 on GitHub.
it's not an issue in face, frp doesn't support NTLM authentication http proxy, can you add NTLM authentication support?
@fatedier commented on GitHub (Jul 30, 2020):
What's your usage scenario?
@laodu0 commented on GitHub (Jul 31, 2020):
In out company internal network, if you want to connect internet you have to use our company internal http proxy server. This http proxy server using windows domain user authentication,
Proxy IP : 172.24.249.180
Port : 80
Domain : PSZ
UserName : Paul_Di
Password : @*c1234
It's NTLM protocol. I cannot use http://user:pwd@proxy:port to access NTLM authentication http server. Is is possible to add NTLM authentication support?
https://docs.microsoft.com/zh-cn/windows/win32/secauthn/microsoft-ntlm?redirectedfrom=MSDN
@laodu0 commented on GitHub (Jul 31, 2020):
look at this repo
https://github.com/vadimi/go-http-ntlm
https://github.com/Azure/go-ntlmssp
@fatedier commented on GitHub (Aug 3, 2020):
I will do a research on it when i have time.