How to configure Connection Manager (CMAN) to use TLS/tcps with encryption only?
Has anyone been able to get encryption-only (no client-side authentication) tcps to work with connection manager? If so, what cipher suites do you use?
I can get 19c connection manager to work with a sqlplus client using client wallet and cipher suites, but now need to work with a jdbc client that does not have a client-side oracle install or wallet.
We've included in the cman.ora file:...
(address=(protocol=tcps)(host=<cman server IP>)(port=1958))
(next_hop=(address=(protocol=tcp)(port=1521)(host=<database server>)))
(parameter_list = ..<parameter entries>..)
SSL_CLIENT_AUTHENTICATION = FALSE
SSL_CIPHER_SUITES=(TLS_DH_anon_WITH_AES_128_GCM_SHA256,TLS_DH_anon_WITH_AES_256_GCM_SHA384)