scylladb / scylla-bench

43 stars 36 forks source link

use InsecureSkipVerify correctly #106

Closed fruch closed 2 years ago

fruch commented 2 years ago

Recent change to newer scylladb/gocql==1.7.2 seem like by default new we have host verification when using TLS, we should be aligning the usage as https://github.com/scylladb/gocql/blob/master/conn.go#L103

Ref: https://github.com/scylladb/gocql/blob/master/scyllacloud/cluster.go#L62