We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the config's password is changed when you change the sanitisedCfg's password. so stream.Handshake always take a wrong password.
config's password
sanitisedCfg's password
stream.Handshake
sanitisedCfg := config sanitisedCfg.Parameters["password"] = "********" logrus.Debugf("Starting handshake with %#v", config) err = stream.Handshake(config)
The text was updated successfully, but these errors were encountered:
I ran into the same issue as well. It doesn't make sense to change the password to some asterisks to protect it
Sorry, something went wrong.
No branches or pull requests
the
config's password
is changed when you change thesanitisedCfg's password
.so
stream.Handshake
always take a wrong password.The text was updated successfully, but these errors were encountered: