scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

TLS support #263

Closed Kulezi closed 2 years ago

Kulezi commented 2 years ago

This pull request adds basic TLS support to the driver.

For now i implemented it as minimal as possible, but maybe we should use a HostDialer interface (https://github.com/gocql/gocql/pull/1629, https://github.com/scylladb/gocql/pull/98)? Right now the driver doesn't support Contexts, I'd add it with a PR resolving #250