-
Notifications
You must be signed in to change notification settings - Fork 237
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
Support for TLS connection to database with certificate #84
Comments
This exporter use the following lib to connect Oracle: github.com/mattn/go-oci8 Maybe you can have a look at this location to know how to do it. PR are welcome. |
I think, the driver support wallet. You can have a look right here: |
Can confirm this exporter works with TLS, using oracle wallet configured externally as part of the oracle client. We're using it for all of our databases |
@daveram Can you confirm that the following instructions are good enough?
|
Looks good, couple differences in what I have
One thing I should also comment on, I was really looking forward to using Easyconnect Plus with Oracle 19c where you don't have to do all the TNS and sqlnet bits, just setting DATA_SOURCE_NAME to More details on easyconnect plus here with the samples I was pulling from |
Documentation now in README. |
Can you please provide more information on how you are using the oracledb_exporter with SSL ? |
Hi!
We have a database that can only be reached over TLS with a certificate, but it does not seem that there are any configuration options to enable this. Any ideas?
The text was updated successfully, but these errors were encountered: