Closed jagthedrummer closed 7 years ago
Nice catch, I've verified that the server is hashing incorrectly; this will be fixed in the next release. The Ruby code is correct.
Of course, all my testing was with the Go client, which used the same incorrect algorithm so it passed. Doh. :-/
Excellent. I'll be watching out for the next release.
Another user pointed out that the Go was right and Ruby was wrong. You should be able to use fwr/master and get it to work against 0.6.0 now.
Yep, it's working as expected now. Thanks, @mperham!
I'm trying to connect to a local faktory instance with a password and am not having any luck.
I started the server like this:
Then if I try to connect without configuring anything I see this, as expected:
So then I set ENV vars like this:
And then when I try to connect I see this:
Am I missing something about how to configure the ruby client with a password?