See error message from a shared connection attempt that rejects network encryption
Hi,
we want to strengthen the native network encryption (server side) and change REQUESTED to REQUIRED.
SQLNET.CRYPTO_CHECKSUM_SERVER=REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER=(SHA512,SHA1)
SQLNET.ENCRYPTION_TYPES_SERVER=(AES256)
SQLNET.ENCRYPTION_SERVER=REQUIRED
SQLNET.ENCRYPTION_CLIENT=REQUIRED
SQLNET.ENCRYPTION_TYPES_CLIENT=(AES256)
SQLNET.CRYPTO_CHECKSUM_CLIENT=REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_CLIENT=(SHA512)
I made some tests (sqlplus) with shared + dedicated connections where I rejected the encryption but I only could see an error message in the alert log file from dedicated connection attempts.
Is it also possible to see error messages from shared connections? I couldn't find an error message somewhere in a log file.