-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use TLS instead of MTLS #1434
Comments
Not currently. The limitation is in the Oracle Client libraries. When this changes, we'll be shouting about it. |
@cjbj is it possible to use TLS using this package now? |
@pavansandeep2910 @cjbj Agreed! Would love to know if the shouting should have commenced? |
It's been possible since what seems a long time ago: We shouted in https://blogs.oracle.com/opal/post/easy-way-to-connect-python-applications-to-oracle-autonomous-databases Also see the doc https://node-oracledb.readthedocs.io/en/latest/user_guide/connection_handling.html#tls-connections-to-oracle-cloud-autonomous-database |
I should note that we are now blogging at https://cjones-oracle.medium.com and https://medium.com/@sharad-chandran so follow those blogs instead of https://blogs.oracle.com to keep up to date with news. You can also find me at @cjbj@phpc.social :) |
Is it possible to use this package to connect to an Oracle Database (eg: ATP) without using a wallet? As per this documentation from Oracle:
https://blogs.oracle.com/developers/post/securely-connecting-to-autonomous-db-without-a-wallet-using-tls
That uses JDBC Thin driver, but can't work out a way to do that with this package?
The text was updated successfully, but these errors were encountered: