scylladb / scylla-bench

42 stars 34 forks source link

use InsecureSkipVerify correctly #106

Closed fruch closed 1 year ago

fruch commented 1 year 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