You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to connect to an ssh server via forwardproxy with putty or winscp (winscp uses putty as library)
and eithout auth_basic the connection is successfull but with auth_basic even without probe_resitance the client wait until timeout
wireshark shows this with probe_resitance enabled, putty in the source code seems to expect Proxy-Authenticate: to choose if credential need to be sent with basic mode or digest but for whatever reason keep waiting, seems a client problem right?
I've tried to connect to an ssh server via forwardproxy with putty or winscp (winscp uses putty as library)
and eithout auth_basic the connection is successfull but with auth_basic even without probe_resitance the client wait until timeout
wireshark shows this with probe_resitance enabled, putty in the source code seems to expect Proxy-Authenticate: to choose if credential need to be sent with basic mode or digest but for whatever reason keep waiting, seems a client problem right?
curl seems to send immediately the credentials with auth basic so the problem does not happens with or without probe_resistance
The text was updated successfully, but these errors were encountered: