How to add WebLogic monitor over SSL ?
For monitoring WebLogic servers using SSL port, you will have to load the SSL certificate to Applications Manager. Follow the below steps to load SSL certificate in Applications Manager:
-
file.
-
This script file is located under
<Applications Manager HOME>/bin
directory
Execute the following commands :
Linux : WeblogicCerificate.sh [import] [absolute path of the Weblogic certificate] [alias name]
Windows : WeblogicCerificate.bat [import] [absolute path of the Weblogic certificate] [alias name]
-
Restart Applications Manager
-
Provide SSL port of WebLogic monitor in the
Add Monitor
page.
<
Applications Manager HOME
> - Applications Manager Installation location
New to ADSelfService Plus?
Related Articles
Troubleshooting URL Monitor
When configuring a URL monitor in Applications Manager, you might encounter several errors related to accessibility, configuration, or server-side issues. Below are common errors along with step-by-step troubleshooting instructions to help you ...
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 ...
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 ...
Resolving Issues When Onboarding SSL-Enabled MySQL Database Servers
Error Message: Connections using insecure transport are prohibited while --require_secure_transport=ON Solution: To overcome this issue follow the steps given below: Execute the following query in the corresponding MySQL shell script: ALTER USER ...
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 ...