scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
74 stars 42 forks source link

scylla/cloud.py: support using ip address in server #177

Closed fruch closed 2 years ago

fruch commented 2 years ago

Align with https://github.com/scylladb/gocql/pull/106, so: When host information was missing, driver used resolved IP address as TLS.ServerName. Instead it should connect to Server specified in ConnectionConfig and use NodeDomain as SNI.

Depends: https://github.com/scylladb/scylla-ccm/pull/412 Ref: https://github.com/scylladb/gocql/pull/106