Security

SSL Certificate Checker

Plan and review TLS / HTTPS hygiene with a practical checklist, copy-ready OpenSSL commands for your hostname, and a shortcut to Qualys SSL Labs for deep testing. Web pages cannot read arbitrary sites’ certificate chains — this tool stays local like our APK Analyzer and APK String Extractor: nothing is sent to DroidXP.

Ad placement — top banner

Browsers do not expose peer certificates to JavaScript for third-party hosts. Use the checklist and OpenSSL on your machine, or SSL Labs, for real inspection.

Checklist completion

Used for OpenSSL -servername (SNI) and the SSL Labs link.

Mozilla SSL config

TLS / HTTPS checklist


          

On Windows, use WSL, Git Bash, or install OpenSSL; PowerShell alternatives vary by version.

Ad placement — mid rectangle

What this tool is (and isn’t)

It is a planning aid: a checklist you can tick through, OpenSSL commands parameterized by hostname and port, and links to established external testers. It is not an automated scanner run by DroidXP — your browser cannot fetch another site’s TLS certificate chain through standard web APIs, and we do not proxy your traffic through our servers.

How to inspect certificates for real

  • OpenSSL (or openssl s_client on your laptop/server) shows PEM, dates, and chain details when pointed at HOST:PORT.
  • Qualys SSL Labs runs an external deep test (rate-limited, third-party) — use the button after entering your hostname.
  • Your CDN or load balancer console often shows expiry, chain, and protocol settings in one place.

Privacy

Checklist state and hostname/port are saved with localStorage in your browser only. DroidXP does not receive your hostname or checklist. SSL Labs and Mozilla links open third-party sites under their terms.

How to use this tool

  1. Step 1: Enter your hostname and port (usually 443).
  2. Step 2: Work through the checklist as you verify each item in your stack or with SSL Labs.
  3. Step 3: Copy the OpenSSL block to a terminal on a machine that can reach the host, or share the snippet in runbooks (redact internal names if needed).

Frequently Asked Questions

Does DroidXP scan or connect to my server?

No. This page does not initiate connections to your hostname from DroidXP infrastructure. You run OpenSSL or SSL Labs from your own environment.

Why can’t the browser show the certificate here?

Standard JavaScript in a web page cannot read the TLS peer certificate for arbitrary third-party origins. That limitation protects users from fingerprinting; server-side or CLI tools are the right place for chain inspection.

What is SSL Labs?

Qualys SSL Labs hosts a widely used public test that grades TLS configuration. It is a third-party service — subject to their rate limits and terms; results are not from DroidXP.

Are the OpenSSL commands safe to run?

They only open a TLS client to the host/port you entered — typical for admins. Run from a trusted machine; avoid pasting secrets into shared terminals. Adjust for your OS (Windows may need WSL or a packaged OpenSSL).

My service uses a non-standard port — what do I do?

Set the Port field. OpenSSL and SSL Labs may need manual adjustment for some setups; SSL Labs defaults to 443 unless you use their advanced options elsewhere.

Does this help with self-signed certificates?

Self-signed certs still need manual trust configuration. The checklist applies, but browsers will warn until your CA/trust store is updated appropriately — not something this page can fix automatically.

What about wildcard or multi-domain (SAN) certs?

Confirm SAN coverage for every name users hit. Wildcards do not cover all subdomains in every scenario — verify against your CA’s rules and your DNS layout.

Is the clipboard safe for OpenSSL output?

Clipboard data can be read by other apps on some systems. Clear sensitive commands after use on shared machines.

How is this different from the Hash Generator?

The Hash Generator computes digests of bytes. This page is about TLS deployment review — complementary, not the same.

Can I use this for compliance (PCI, SOC, etc.)?

Use it as a starting checklist only. Compliance programs require evidence, scope, and often auditor-reviewed controls — not a browser checklist alone.

Where is my checklist stored?

In your browser’s localStorage for this origin. Clearing site data or another browser profile removes it — it is not synced to DroidXP.