loopbackio / loopback-connector-oracle

Connect Loopback to Oracle
http://loopback.io/doc/en/lb3/Oracle-connector.html
Other
28 stars 30 forks source link

Connecting to database using TLS #131

Closed harshu108 closed 7 years ago

harshu108 commented 7 years ago

Description/Steps to reproduce

Can I connect to Oracle databse secured using TLS?

Expected result

Additional information

If I have a cloud hosted public database secured with TLS, can I still use this connector? I don't see any provision to add TLS certificates to the datasource.

raymondfeng commented 7 years ago

The SSL/TLS connection to oracle DB is configured at the instant client level. See https://github.com/oracle/node-oracledb/issues/517 and https://github.com/oracle/node-oracledb/issues/411 for more information.

cjbj commented 7 years ago

There's a bit of doc about securing network traffic in https://github.com/oracle/node-oracledb/blob/master/doc/api.md#securenetwork This covers Oracle's native network encryption. There is a cross reference to the generic Oracle doc for SSL, since SSL setup is more involved.

stale[bot] commented 7 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 7 years ago

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.