influxdata / influxdata/ui

Ruby code sample missing use_ssl option

Open
#6,387 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

Minor issue: the ruby code sampe to initialize the client is missing the use_ssl option, causing a rather misleading "wrong version number" error within OpenSSL:

`client = InfluxDB2::Client.new('http://localhost:8086', token, precision: InfluxDB2::WritePrecision::NANOSECOND)`

Adding `use_ssl: false` will fix this.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.