Error
Error Code:
ORA-28173
Oracle Error ORA-28173: Missing Certificate
Description
The ORA-28173 error occurs when Oracle Database expects a client certificate for authentication via a proxy user, but the certificate is missing. This commonly happens when using proxy authentication with SSL/TLS and the client fails to provide the necessary certificate.
Error Message
ORA-28173: certificate not provided by proxy
Known Causes
3 known causesMissing Client Certificate
The client application or user has not been configured to send a certificate during the SSL/TLS handshake with the Oracle Database server. This is a common configuration error.
Proxy User Configuration
The proxy user in Oracle Database may not be correctly configured to require or accept client certificates for authentication. The proxy user might be expecting a certificate but the configuration is incomplete.
SSL/TLS Configuration
The SSL/TLS configuration on either the client or the server might be incorrect, preventing the client from successfully presenting the certificate. Incorrect cipher suites or protocol versions could be the issue.
Solutions
Coming SoonGeneral Troubleshooting Tips
- Check the error message carefully for specific details
- Review recent changes that might have caused the error
- Search for the exact error code in the official documentation
- Check log files for additional context
- Try restarting the application or service