How to configure the Oracle DB agent to communicate with mTLS ?
We have a requirement to switch Oracle DB communication through mTLS.
AE 24.4.2
Refer below link for the functionality of the used JDBC driver:
If everything is configured correctly within the oracle environment as per the above document, this must work as the jdbc connection string is the same and therefore transparent for the agent
Check the below guide for one-way TLS that includes a link to the Oracle documentation where there are examples also for mTLS via jdbc:
This setting has to be configured only within the JDBC connection string , configuration through CONN object will not work.