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 practices.
Prerequisites
Ensure you have administrative access to EventLog Analyzer and a valid SSL certificate (e.g., CRT, CER, DER, P12, PEM, P7B, JKS, or PFX) and private key (KEY). If you would like to generate and apply a self-signed certificate from EventLog Analyzer.
Optionally, a certificate chain file (CA-BUNDLE) might be required.
Steps to follow
To apply an SSL certificate:
Step 1: Navigate to Settings > System Settings > Connection Settings.
Step 2: Select HTTPS . The default port is 8445, but you may change the port if required.
Step 3: Click SSL Certification Tool and:
Upload the certificate file (a CRT or appropriate file).
Upload the private key file (KEY) if required.
Optionally upload the intermediate certificate bundle (if needed).
If your certificate is password-protected, please enter the password in the Certificate Password field.
Step 4: Click Apply to confirm the changes.
Step 5: Restart the EventLog Analyzer service for the HTTPS configuration to take effect.


Step 6: Once it's restarted, access EventLog Analyzer using https://<server-name>:<port>.
Tips
Ensure the HTTPS port (8445 by default) is open on your firewall.
Back up the existing SSL certificate and key before replacing them.
Check certificates' expiration dates and set reminders for renewal.
Related topics and articles