We have a requirement where we want to enable TLS-MA for some of the clients connecting to a specific Oracle database while the other clients can continue to use TLS with server certificate.
- We are using Oracle 12.c in our environment.
- Clients are connecting using the jdbc thin driver
I am an Oracle noob and i am not able to understand the documentation here
Will it work if i create 2 listeners; one with SSL_CLIENT_AUTHENTICATION=TRUE
and another with SSL_CLIENT_AUTHENTICATION=FALSE