Closed stephenmcd closed 10 years ago
Thanks for the PR! :grinning:
Do we need to add some options to further configure the https client? (like verfiy true/false, certificate paths, etc) I could imagine that people might run into problems without those options.
Do we need to add some options to further configure the https client?
No idea really, I'm not familiar with the ecosystem.
Okay, I guess people will speak up if there are more options needed. :grinning:
Thank you!
Would it be possible to get a version cut with this PR?
@aspring I just published v0.4.0 to npmjs. Have fun! :smiley:
This change simply adds support for a
ssl
config option, to allow for when InfluxDB is being hosted over SSL.The way it's implemented is that when
ssl
is set totrue
, thehttps
module is used for requests to InfluxDB, instead of thehttp
module.Thanks a lot for the library, it's working great.