oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.24k stars 1.07k forks source link

Support Native Network Encryption in thin mode #1557

Closed jvisker closed 1 year ago

jvisker commented 1 year ago
  1. Describe your new request in detail

It would be great if we could use native encryption with the thin client.

  1. Give supporting information about tools and operating systems. Give relevant product version numbers

N/A

Similar to this issue for the python oracle client: https://github.com/oracle/python-oracledb/issues/94

cjbj commented 1 year ago

For better or worse, the same response holds as for python-oracledb: The current Oracle plan is to focus on TLS. This is out of our hands.

cjbj commented 1 year ago

Spoke to the powers-that-be again. We won't be supporting NNE in Thin mode. The solutions are to use TLS or Thick mode. Sorry!