Applying a PFX certificate
- Enable SSL in the GUI:
- Log in to EventLog Analyzer as an administrator.
- Go to Settings > System Settings > Connection Settings > General Settings.
- Enable SSL [HTTPS] and enter the desired web port number. The default web port used is 8445.
- Stop EventLog Analyzer:
- Open the command prompt with admin privileges.
- Navigate to <dir>:\ManageEngine\EventLog Analyzer\bin and execute the following commands:
- shutdown.bat
- stopDB.bat
- stopSEC.bat
- Save the PFX or PKCS12 file:
- Export and save your PFX or PKCS12 file to <dir>:\ManageEngine\EventLog Analyzer\conf.
- Apply the certificate in EventLog Analyzer:
- Make a backup of the server.xml and web.xml files.
- Open the command prompt with admin privileges.
- Navigate to <dir>:\ManageEngine\EventLog Analyzer\conf and execute write server.xml.
- Go to the end of the XML file and search for the connector tag. The tag begins with <Connector SSLEnabled=”true” ……/>.
- Edit the following values within the connector tag:
- keystoreFile="./conf/cert_name.pfx”
- keystorePass="<password>”
- keystoreType="PKCS12”
- After entering the values, restart EventLog Analyzer and verify that it's working.
Example for connector tag: <Connector SSLEnabled="true" acceptCount="100" clientAuth="false" connectionTimeout="20000" debug="0" disableUploadTimeout="true" enableLookups="false "keystoreFile="./conf/<cert_name>.pfx" keystorePass="<password>" keystoreType="PKCS12" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" name="SSL" port="8400" scheme="https" secure="true" sslProtocol="TLS"/>
New to ADSelfService Plus?
Related Articles
How to enforce HTTPS by applying an SSL certificate in EventLog Analyzer
Objective Learn how to enforce secure communication with EventLog Analyzer by configuring HTTPS. This is done by applying an SSL certificate and disabling HTTP access. HTTPS ensures encrypted data exchanges and aligns with security hardening best ...
How to resolve missing padlock symbol after applying a self-signed SSL certificate in EventLog Analyzer
Objective After applying an SSL certificate in EventLog Analyzer, users may still see a Not Secure warning in the browser and notice that the padlock symbol is missing. This typically occurs when the applied certificate is self-signed or not issued ...
Configuring SSL certification
Enable SSL certification in the GUI: Log in to EventLog Analyzer as an administrator. Go to Settings > System Settings > Connection Settings > General Settings. Enable SSL [HTTPS] and enter the desired web port number. The default web port used is ...
How to update the web server port for EventLog Analyzer
Objective EventLog Analyzer can be accessed using a server identity address, like Hostname/FQDN/IP, along with a web server port (default ports: HTTP-TCP 8400 and HTTPS-TCP 8445). This article will explain how to update the web server port for ...
Unable to configure Mail Server in Eventlog Analyzer
Issue description This issue occurs when EventLog Analyzer is unable to send notification emails or one-time password (OTP) emails. This may happen due to several reasons, such as incorrect email server configurations, network issues, or ...