TNS-12599: TNS:cryptographic checksum mismatch
On solaris 10 system with 11g I put in sqlnet.ora two encryption config lines:
sqlnet.encryption_client=requested
sqlnet.encryption_client=requested
and it throws these tns-12599 errors. I think it is dbconsole run jobs that are generating these errors in the alert log, but I can't be sure. It is a test environment and there is no other activity I know about. sqlplus from the client (running on the same system as the db) connecting to the db on the same system does not toss the errors. So, is this a bug or is the config above not valid?
BTW, this config works fine on the linux host I tried it on, no tns errors. I guess that could be a bug in the other direction if the config is not valid.
This is just weird.