Authentication Manager 8.8 and later
Services other than the RSA Database Server (such as WebLogic Managed Servers: biztier, console, radius, etc.) may fail to start. The following errors may appear in the logs:
javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:... does not permit use for SSL server
Additionally, Managed Servers may fail to connect to the Administration Server, with messages such as:
Could not register with the Administration ServerThe Administration Server could not be reached
This issue is caused by improper or inconsistent certificate extensions (usage attributes) in the TLS server certificate used by Authentication Manager.
Typical contributing factors include:
- The certificate does not clearly define its intended use as a TLS server certificate
- Required extensions (such as Extended Key Usage) are missing or incorrectly configured
- Legacy or non-standard extensions conflict with modern certificate validation rules
In Authentication Manager 8.8, the underlying TLS and certificate validation behavior has become stricter. As a result, certificates with ambiguous or improper usage definitions may be rejected during the TLS handshake process. When the TLS handshake fails, Managed Servers cannot communicate with the Administration Server, causing service startup failures.
Reissue the Server Certificate
Generate and deploy a new server certificate that meets modern requirements.
- Explicitly define certificate usage through appropriate extensions
- Avoid relying on legacy or non-standard extensions
- Do not use default OpenSSL configurations without modification
- Ensure required extensions are included at the time of certificate creation
Required configuration
Extended Key Usage:
TLS Web Server Authentication (serverAuth)
Key Usage:
Digital Signature, Key Encipherment
Subject Alternative Name (SAN):
Fully Qualified Domain Name (FQDN) of the server
This issue is not a software defect, but a result of certificate configuration. It may occur when upgrading from earlier versions where certificate validation was less strict. Adjusting java.security settings or relaxing TLS constraints does not resolve this issue in most cases.
Related Articles
SOAP Web Service AFX test connector capabilities fail with 'Failed to create service' and 'Unexpected EOF in prolog' messa… 98Number of Views Export only 6.1 Token Data for RSA Authentication Manager 8.1 282Number of Views Export Tokens 102Number of Views Understanding the format of RSA cookies 39Number of Views installation failed due to Error 1935 on RSA Authentication Agent 7.3 and 7.4 for Microsoft Windows 81Number of Views