Encryption Settings in sqlnet.ora Cause ORA-12537
Hello and thank you for reviewing this question,
I've seen many similar questions on this board and other sources, but none of these have led me to a solution.
Question:
How do I properly configure sqlnet.ora to enforce encryption?
Background:
- I've created a WALLET, imported a self-signed cert, and verified that it is indeed there.
- I run sqlplus on the database server: sqlplus <user>/<sid> with success.
- I enable encryption settings while still being permissive:
- SQLNET.CRYPTO_CHECKSUM_SERVER=requested
- SQLNET.ENCRYPTION_SERVER=requested
- My sqlplus connection fails with: ORA-12537: TNS:connection closed
- I explicitly set the defaults for the encryption settings: