Database Error Messages

ORA-17685

SSL connection failed using wallet path 'wallet_path'
  • wallet_path: The path to the SSL wallet file

Cause

A network IO request failed to secure an SSL connection because the SSL wallet path configured in the system does not contain a valid wallet file, the wallet does not contain any certificates or validation of the server's SSL certificate failed.


Action

Check the path specified in the error message for an SSL wallet file. Create and populate an SSL wallet file in that path if the path is the desired location to store the SSL wallet. Otherwise, configure the sqlnet.ora file or SSL_WALLET database property to specify the location of the SSL wallet for use with network IO requests. Check the SSL wallet contents for trusted SSL certificates needed to connect to the server.