thibaultcha / lua-cassandra

Pure Lua driver for Apache Cassandra
https://thibaultcha.github.io/lua-cassandra
Other
98 stars 35 forks source link

[feature] expose various ssl params for luasec (feature request) #106

Closed craveica closed 3 years ago

craveica commented 6 years ago

Our C clusters support only TLSv1.2, but the driver is hard coded to use TLSv1. It would be nice to have some config options for ssl (protocol, ciphers, curves, etc) when using in init_by_lua.

thibaultcha commented 6 years ago

I agree. Will you contribute a patch for this feature? Simply passing it in the opts table of the proxy function should be enough!

craveica commented 6 years ago

I think I will wait for https://github.com/openresty/lua-nginx-module/issues/1020