[GH-ISSUE #1924] http proxy doesn't supprt NTLM authentication #1526

Closed
opened 2026-05-05 12:57:51 -06:00 by gitea-mirror · 4 comments
Owner

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?

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?
gitea-mirror 2026-05-05 12:57:51 -06:00
  • closed this issue
  • added the
    todo
    WIP
    labels
Author
Owner

@fatedier commented on GitHub (Jul 30, 2020):

What's your usage scenario?

<!-- gh-comment-id:666323927 --> @fatedier commented on GitHub (Jul 30, 2020): What's your usage scenario?
Author
Owner

@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

<!-- gh-comment-id:667104337 --> @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
Author
Owner

@laodu0 commented on GitHub (Jul 31, 2020):

look at this repo
https://github.com/vadimi/go-http-ntlm
https://github.com/Azure/go-ntlmssp

<!-- gh-comment-id:667110260 --> @laodu0 commented on GitHub (Jul 31, 2020): look at this repo https://github.com/vadimi/go-http-ntlm https://github.com/Azure/go-ntlmssp
Author
Owner

@fatedier commented on GitHub (Aug 3, 2020):

I will do a research on it when i have time.

<!-- gh-comment-id:667784009 --> @fatedier commented on GitHub (Aug 3, 2020): I will do a research on it when i have time.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1526
No description provided.