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 by a trusted certificate authority (CA). Since self-signed certificates are not inherently trusted by browsers or operating systems, they trigger security warnings for all users accessing the application over HTTPS. This document outlines the steps to import the SSL certificate.
Prerequisites
- You need administrative privileges on the system where the certificate will be imported.
- EventLog Analyzer must be accessible over HTTPS using a self-signed SSL certificate.
Steps to follow
Step 1: Export the SSL certificate
- In the browser, click the View site information icon (next to the address bar).
- Click Connection is secure > Certificate is valid.
- In the Certificate Viewer, go to the Details tab.
- Click Export and save the certificate file locally.

Step 2: Import the certificate into Windows Trusted Root Certification Authorities
- In the EventLog Analyzer server, open Windows Search and type Manage user certificates.
- Navigate to Trusted Root Certification Authorities > Certificates.

- Right-click inside the pane and select All Tasks > Import.
- In the Certificate Import Wizard:
- Click Next on the welcome screen.
- Browse and select the exported certificate file.
- Click Next, then Finish to complete the import.
Step 3: Import the certificate into the browser
- Open browser Settings.
- Go to Privacy & Security.
- Under the Security section, click Manage Certificates.
- Next, choose the Manage imported certificates from Windows option and go to the Trusted Root Certification Authorities tab.
- Import the certificate and restart the browser.

Validation and testing
- Restart the browser and access the EventLog Analyzer web page.
- Confirm that the padlock symbol is now displayed in the browser’s address bar.
- Ensure the browser no longer shows a Not Secure warning.
Tips
- For a production setup, it’s recommended to use a certificate signed by a trusted CA.
- Keep a backup of the certificate file and the private key.
- Chrome and Edge browsers use the certificate that is imported into Windows Trusted Root Certification Authorities.
- By default, Firefox does not use the system store for SSL, and this would require the certificate to be imported into the browser.
- Avoid using self-signed certificates in environments where users might encounter trust issues.
Related topics and articles
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 ...
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 ...
Unable to start EventLog Analyzer
Issue description This issue occurs when the EventLog Analyzer service fails to start, or when users are unable to access the web client through the browser (typically on ports 8400 or 8445). Users may experience one or more of the following ...
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 ...
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 ...