-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
SSL connection to cassandra cluster #2528
Comments
+1 |
Set LuaSocket's `cafile` option when we are in a context that does not support cosockets. Fix #2528 See thibaultcha/lua-cassandra#95
Hi, Thanks for the report. A fix is in #2531, which depends on thibaultcha/lua-cassandra#95. |
if this will be the new release in lua-cassandra kong-0.10.2-0.rockspec should be updated with the new version of lua-cassandra |
Set LuaSocket's `cafile` option when we are in a context that does not support cosockets. Fix #2528 See thibaultcha/lua-cassandra#95
@thibaultcha sure can you help me make a rpm out of source code or change lua-cassandra version to 1.2.2 I am currently using https://github.com/Mashape/kong/releases/download/0.10.2/kong-0.10.2.aws.rpm thanks! |
@thibaultcha we do not have that issue any more while verify is off but in another step it fails KONG_CASSANDRA_SSL_VERIFY=off
KONG_CASSANDRA_SSL_VERIFY=on
|
Did you apply both the lua-cassandra update and the patch in #2531? |
|
You still need the patch in #2530, as said. Upgrading to lua-cassandra 1.2.2 won't be enough. You can retrieve this patch at this URL: https://patch-diff.githubusercontent.com/raw/Mashape/kong/pull/2531.patch Copy it, and apply it in your installation. Checkout the |
Set LuaSocket's `cafile` option when we are in a context that does not support cosockets. Fix #2528 See thibaultcha/lua-cassandra#95
Note: GitHub issues should be reserved only for bug reports. Please use the
Kong mailing list or
Gitter for user support, development
questions, feature requests, etc.
Summary
I am running kong on docker although local cassandra container is working fine while I'm trying to connect to my cassandra cluster over ssl, I'm receiving this error
My kong version is 0.10.2
these are my log seems that all needed variables are being picked via environment variables
my certificate is working fine when I'm trying cqlsh
Do we have an open issue for this?
Steps To Reproduce
4.run docker container from https://github.com/Mashape/docker-kong
Additional Details & Logs
0.10.2
)$ kong start --vv
)<KONG_PREFIX>/logs/error.log
)The text was updated successfully, but these errors were encountered: