Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digest Access Authentication support for proxy #1306

Open
serhat359 opened this issue Jul 25, 2023 · 0 comments
Open

Digest Access Authentication support for proxy #1306

serhat359 opened this issue Jul 25, 2023 · 0 comments

Comments

@serhat359
Copy link

serhat359 commented Jul 25, 2023

FTP Server OS: Unknown

FTP Server Type: Unknown

Client Computer OS: Windows

FluentFTP Version: 47.0.0

Framework: dotnet 6.0

I'm trying to connect to an FTP server using FluentFTP and currently the connections go through a proxy. Unfortunately the proxy I'm using uses Digest for authentication and I'm guessing this library only supports Basic authentication. Can you please add support for this?

Logs :

# Connect(False)
Status:   FluentFTP 47.0.0.0(.NET 6.0)
Status:   Connecting to IP #1= *:10080
HTTP/1.1 407 Proxy Authentication Required
Server: squid
Mime-Version: 1.0
Date: Tue, 25 Jul 2023 00:59:48 GMT
Content-Type: text/html;charset=utf-8
Content-Length: 3584
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Vary: Accept-Language
Content-Language: en
Proxy-Authenticate: Digest realm="ProxyServer", nonce="9518ffb1e64cc1d06d30c27c981f2eef", qop="auth", stale=false
X-Cache: MISS from unknown
X-Cache-Lookup: NONE from unknown:3128
Via: 1.1 unknown (squid)
Connection: keep-alive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants