Do you have any question about this error?
Message type: E = Error
Message class: SCLNT_HTTP - Messages for HTTP Client for Respective Error Code
Message number: 414
Message text: SSL PSE file not found (ICM_HTTP_SSL_CRED_NOT_FOUND)
The specified client PSE file has not been found.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Check the configuration of the client PSE used in transaction STRUST.
Error message extract from SAP system. Copyright SAP SE.
SCLNT_HTTP414
- SSL PSE file not found (ICM_HTTP_SSL_CRED_NOT_FOUND) ?The SAP error message SCLNT_HTTP414 SSL PSE file not found (ICM_HTTP_SSL_CRED_NOT_FOUND) indicates that the SSL PSE (Personal Security Environment) file required for secure communication is missing or not properly configured in the SAP system. This error typically occurs when the Internet Communication Manager (ICM) is trying to establish an SSL connection but cannot find the necessary credentials.
Cause:
- Missing PSE File: The SSL PSE file that contains the necessary certificates and keys is not present in the expected directory.
- Incorrect Configuration: The ICM may not be configured correctly to point to the location of the PSE file.
- File Permissions: The user under which the SAP system is running may not have the necessary permissions to access the PSE file.
- Corrupted PSE File: The PSE file may be corrupted or improperly generated.
Solution:
Check PSE File Location:
- Verify that the SSL PSE file exists in the expected directory. The default location is usually in the instance directory under
sec/
(e.g.,/usr/sap/<SID>/SYS/profile/<instance_name>.pse
).- If the file is missing, you may need to create a new PSE.
Create or Import a New PSE:
- Use the transaction STRUST in the SAP GUI to create a new PSE or import an existing one.
- Follow the steps to generate a new SSL PSE:
- Go to the "SSL Client (Anonymous)" or "SSL Server" tab.
- Click on "Create" or "Import" to generate or import the necessary certificates.
Check ICM Configuration:
- Ensure that the ICM is configured to use the correct PSE file. This can be checked in the instance profile or through transaction RZ10.
- Look for parameters like
icm/SSL/verify_client
andicm/SSL/ssl_pse
.File Permissions:
- Check the permissions of the PSE file and ensure that the SAP instance user has read access to it.
- You can use commands like
ls -l
on Unix/Linux systems to check permissions.Restart ICM:
- After making changes, restart the ICM to apply the new configuration. This can be done through transaction SMICM or by restarting the SAP instance.
Check Logs:
- Review the ICM logs for any additional error messages that might provide more context about the issue. Logs can be found in the
dev_icm
file.Related Information:
By following these steps, you should be able to resolve the SSL PSE file not found error and restore secure communication in your SAP system.
Get instant SAP help. Start your 7-day free trial now.
SCLNT_HTTP413
Unknown proxy host name (ICM_HTTP_PROXY_HOST_UNKNOWN)
What causes this issue? The host name of the proxy server is unknown.System Response The system issues an error message and will not allow you to co...
SCLNT_HTTP412
Connection refused by proxy server (ICM_HTTP_PROXY_CONN_REFUSED)
What causes this issue? The proxy server has rejected the connection.System Response The system issues an error message and will not allow you to co...
SCLNT_HTTP415
Invalid host name in SSL server certificate (ICM_HTTP_SSL_CERT_MISMATCH)
What causes this issue? The host name that is specified in the certificate of the server does not match the name that was used for setting up the net...
SCLNT_HTTP416
Logon at proxy failed (ICM_HTTP_PROXY_UNAUTHORIZED)
What causes this issue? The logon at the proxy server has failed.System Response The system issues an error message and will not allow you to contin...
Click on this link to search all SAP messages.