Ruby code sample missing use_ssl option
Open
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.