Skip to content

Commit

Permalink
Merge pull request #277 from taosdata/fix/release_script
Browse files Browse the repository at this point in the history
fix tls bug
  • Loading branch information
sheyanjie-qq committed Jun 26, 2024
2 parents a82f4c4 + 01ba5d8 commit 1163f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugin/datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var (
// NewDatasource creates a new datasource instance.
func NewDatasource(settings backend.DataSourceInstanceSettings) (instancemgmt.Instance, error) {
ops, err := settings.HTTPClientOptions()
ops.TLS.InsecureSkipVerify = true

if err != nil {
return nil, fmt.Errorf("http client options: %w", err)
}
Expand Down

0 comments on commit 1163f3c

Please sign in to comment.