[GH-ISSUE #1952] Connecting to frps via HTTP PROXY not support ntlm proxy #1554

Closed
opened 2026-05-05 12:59:02 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @howmp on GitHub (Aug 21, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1952

What version of frp are you using (./frpc -v or ./frps -v)?

0.33.0

What operating system and processor architecture are you using (go env)?

Configures you used:

[common]
server_addr = x.x.x.x
server_port = 443
http_proxy = http://user:pass@10.10.10.1:3128

[socks5] 
type = tcp
remote_port = 9066 
plugin = socks5 

Steps to reproduce the issue:

  1. frpc.exe -c frpc.ini

Describe the results you received:

2020/08/22 02:38:12 [W] [service.go:101] login to server failed: DialTcpByHttpProxy error, StatusCode [407]
DialTcpByHttpProxy error, StatusCode [407]

Describe the results you expected:

login to server success

Can you point out what caused this issue (optional)

support ntlm proxy

Originally created by @howmp on GitHub (Aug 21, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/1952 **What version of frp are you using (./frpc -v or ./frps -v)?** 0.33.0 **What operating system and processor architecture are you using (`go env`)?** **Configures you used:** ```ini [common] server_addr = x.x.x.x server_port = 443 http_proxy = http://user:pass@10.10.10.1:3128 [socks5] type = tcp remote_port = 9066 plugin = socks5 ``` **Steps to reproduce the issue:** 1. `frpc.exe -c frpc.ini` **Describe the results you received:** ``` 2020/08/22 02:38:12 [W] [service.go:101] login to server failed: DialTcpByHttpProxy error, StatusCode [407] DialTcpByHttpProxy error, StatusCode [407] ``` **Describe the results you expected:** login to server success **Can you point out what caused this issue (optional)** support ntlm proxy
Author
Owner

@howmp commented on GitHub (Aug 21, 2020):

pic

<!-- gh-comment-id:678436296 --> @howmp commented on GitHub (Aug 21, 2020): ![pic](https://user-images.githubusercontent.com/10806806/90924172-8d115b00-e421-11ea-9d7c-195adbce6f0a.png)
Author
Owner

@Becods commented on GitHub (Aug 22, 2020):

Please make good use of search

https://github.com/fatedier/frp/issues/959 https://github.com/fatedier/frp/issues/1466
HTTP proxy authentication failed
Please make sure the user / password is correct

https://github.com/fatedier/frp/issues/1421

It can't supported now, maybe future. It's cpmplicated.
You can try tcp type instead, if it doesn't work, frp is not suitable for you.

https://github.com/fatedier/frp/issues/1924

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

If the problem has been solved, please click close, thanks

<!-- gh-comment-id:678647796 --> @Becods commented on GitHub (Aug 22, 2020): Please make good use of search ~https://github.com/fatedier/frp/issues/959 https://github.com/fatedier/frp/issues/1466 HTTP proxy authentication failed Please make sure the user / password is correct~ https://github.com/fatedier/frp/issues/1421 > It can't supported now, maybe future. It's cpmplicated. > You can try tcp type instead, if it doesn't work, frp is not suitable for you. https://github.com/fatedier/frp/issues/1924 > I will do a research on it when i have time. If the problem has been solved, please click close, thanks
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#1554
No description provided.