Database Networking (MOSC)

MOSC Banner

Support of both Native and TLS network encryption

Hi,

Since Oracle 19c, the documentation says that you can have both Native network encryption and TLS configured at the same time like this:

sqlnet.ora

NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)

# Setup native metwork encryption

SQLNET.ENCRYPTION_SERVER = REQUIRED

SQLNET.ENCRYPTION_TYPES_SERVER = (AES128)

SQLNET.CRYPTO_CHECKSUM_SERVER = REQUESTED

SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER = (SHA256,SHA1)


SQLNET.AUTHENTICATION_SERVICES= (BEQ, TCPS)

SQLNET.IGNORE_ANO_ENCRYPTION_FOR_TCPS=TRUE


SSL_CLIENT_AUTHENTICATION = FALSE

WALLET_LOCATION =

 (SOURCE =

  (METHOD = FILE)

  (METHOD_DATA =

   (DIRECTORY = /mnt/dba_oracle_scripts/RAC/drac/server_wallet)

  )

 )

The documentation says that says "If you set the SQLNET.ENCRYPTION_CLIENT

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