forked from Codehardt/go-ntlm-proxy-auth
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The (deprecated) WrapDialContext function passes the address of the proxy instead of the real connection target to the dialer functions:
Line 50 in 89583a6
| return dialContext(ctx, network, proxyAddress) |
This results in failed communication as even after successful authentication the proxy redirects the connection to itself.
Metadata
Metadata
Assignees
Labels
No labels