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

Tls new configuration options #118

Closed DMickens closed 1 year ago

DMickens commented 1 year ago

The puropse of this PR is to add a new tls_config parameter that the user can provide themselves. This gives the user more control over the tls socket that is created. They still have the original option to provide the tls mode that they desire and the trusted ca certificates (if required), but this new tls_config parameter will make the transition easier for some from node-vertica to vertica-nodejs. This is also a alternate way to enable mTLS while that is still in development in the driver.