How to fix "SSL Connection required, but not supported by server"?
Error Message:
SSL Connection required, but not supported by server
Reason: This error occurs when you are trying to add a server as SSL enabled but the server is not configured to use SSL.
Solution: To overcome this issue:
Solution 1:
- Configure SSL on the server. (help link: How to configure SSL on mysql server?)
- The certificates used for SSL configuration should be imported to AppManagerHome/working/Cert/apm.keystore.
- Add the monitor by enabling 'SSL' option in Add New Monitor page. If the monitor has already been added, update the 'SSL' option in Edit Monitor page.
Solution 2:
- Disable SSL checkbox in UI if you do not wish to enable SSL connection.
SSL connection is more secure than non-SSL connection.
New to ADSelfService Plus?
Related Articles
Troubleshooting SSL Handshake Error
An SSL Handshake error typically occurs when a secure connection cannot be established due to issues like incompatible SSL protocol versions, ciphers or missing client certificates. Verify URL Accessibility Ensure that the URL you’re monitoring is ...
How to monitor SSL Certificate of FTPS server?
To monitor the SSL certificate of an FTPS server, Implicit mode is the recommended method. In this mode, the connection is automatically encrypted as soon as the client connects, making it ideal for monitoring SSL certificates. Implicit Mode (Default ...
Mail Server Monitor - Troubleshooting
Common Mail Server Monitor Errors and Troubleshooting Guide 1. Unknown Host Error Description: This error occurs when the mail client cannot resolve the hostname of the mail server to an IP address. The issue typically arises from DNS resolution ...
How to import certificates for monitoring DB2 Server with SSL authentication?
By default, if you want to use self-signed certificates for SSL connection then the certificate generated by the DB2 server will be db2server.arm. But our AppManager doesn't support arm files. So it has to be renamed as the db2server.cer and then ...
How to import certificates for monitoring Postgres Server with SSL authentication?
Error Message: The connection attempt failed! Reason: This error occurs when you are trying to add an SSL enabled server but the certificates which are used for SSL connection are not present in the cacerts. Solution: To import certificates, ...