-
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
Adding the Cassandra SSL certificate to lua_ssl_trusted_certificate #915
Comments
This has been implemented with #921. |
I'm using kong/master at 282481b (which includes this commit) and cannot connect to Cassandra via SSL. The same error as we experienced together at the meetup is occurring now:
I do have the template value in the Nginx config:
I see in the rendered
It references a valid certificate file (used successfully with Kong 0.5.4):
Our fix of manually inserting the certificate path into the Nginx config as Kong 0.5.4 can still connect to this Cassandra cluster via SSL using the same certificate, so I'm pretty certain it's not a higher-level Cassandra connection problem. |
Using the current master I have no problem connecting Kong to my local Cassandra cluster with SSL and certificate verification enabled: ssl:
enabled: true
verify: true
certificate_authority: "/path/to/cassandra.pem" Would you mind giving it a try? |
Yes! Using kong/master at df123de now allows Cassandra SSL certficates to be verified! 🎆 🍸 |
Very good! |
Reimplement this directive https://github.com/Mashape/kong/blob/0.5.4/kong/cli/utils/signal.lua#L106
The text was updated successfully, but these errors were encountered: