Database Security Products (MOSC)

MOSC Banner

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)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center