-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
TLS-support broken #28
Comments
|
Have the feature wrapping updated to properly interact with the new ksocket within the krakow internals. I'm still encountering some errors when running the spec to apply the tls upgrade, but it is not consistent, so I'm still chasing down what exactly is causing it:
which then causes nsqd to kill the connection. Once I get that tracked down, this can get wrapped up and released. |
Any news on this? Difficult to deploy nsq in production if ruby clients can't use TLS.. |
I tried to configure krakow using TLS like so:
and it starts breaking like crazy.
First it misses
Celluloid::IO
inssl.rb
, probably becauserequire 'celluloid/io'
is missing - which is also missing in the gem's dependencies. After that it talks about wanting "a file". Couldn't find a solution for that and gave up...The text was updated successfully, but these errors were encountered: