vertica / vertica-nodejs

Official native node.js client for the Vertica Analytics Database.
https://www.vertica.com/
Apache License 2.0
12 stars 14 forks source link

Updated documentation for TLS. #116

Closed DMickens closed 1 year ago

DMickens commented 1 year ago

Updated documentation to include description of TLS related connection properties, and an example connection. Updated connection logic to use node.js default CAs when not provided instead of erroring out.

Closes #107