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 think we transport the password correctly through the chain there. However, I suppose it could be possible that the password field on the initial command is wrong. That, or the bytes of the password aren't getting transported properly.
Hello, any ideas how this could be solved? I'm trying to use this library in my project, but I'm having the same issue, where I can't connect to a password protected ts server. Only if a server doesn't have a password, it connects successfully.
Hi!
I don't get what I'm doing wrong here.
This is in general my ClientSocket Bean:
And this is the way I connect to the server:
The password is correct if I debug and look at the password.
But the response from the Server is:
[DEBUG] [COMMAND] error id=1028 msg=invalid\sserver\spassword
I don't get what I'm doing wrong here. Do you have any idea?
Thanks for your help in advance and best regards
The text was updated successfully, but these errors were encountered: