Getting started with Certglimpse, answers to common questions, and what this tool can and cannot do.
github.com) into the text field.That is all there is. No account, no sign-up, no email.
github.com first — it is reachable and returns a complete chain. Then try a hostname you manage. If you see a Cloudflare-related message, see the FAQ below.
A complete TLS chain has at least two certificates: the leaf (your server's certificate) and the intermediate certificate from the CA. When a server sends only the leaf, desktop browsers often paper over the gap from their cache, but mobile browsers reject the connection outright. If Certglimpse shows fewer than 2 certificates on the wire, your server is missing its intermediate certificate.
How to fix it: Configure your web server to send the intermediate certificate(s) along with the leaf. Most CAs provide a "chain bundle" or "CA bundle" file. On Nginx, set ssl_certificate to the combined file. On Apache, set SSLCertificateChainFile (older versions) or include the chain in SSLCertificateFile. On Caddy, the chain is handled automatically. On a reverse proxy (Nginx, HAProxy, Traefik), ensure the backend server also sends intermediates or the proxy appends them.
Certglimpse tells you the expiry date and days remaining, but it cannot renew certificates for you. You need to obtain a new certificate from your CA and install it on your server. Certglimpse is a diagnostic tool — it tells you what is wrong, but the fix is server-side.
If you use:
certbot renew (or set up automatic renewal).After installing, re-check with Certglimpse to confirm the new certificate is being served correctly.
Certglimpse runs on a platform that cannot open a TLS socket back into the Cloudflare edge network. This is a platform limitation, not a finding about your server. When you check a Cloudflare-fronted host, Certglimpse reports it as unreachable.
Workaround: If you control the origin server, check the origin's hostname directly (the Cloudflare dashboard shows the origin IP). Or use Cloudflare's own SSL/TLS analyser in your dashboard. You can verify the principle with example.com (Cloudflare-fronted, unreachable from here) and github.com (reachable).
No. Certglimpse is strictly a one-shot diagnostic tool. You ask, it answers. There is no monitoring, no scheduled re-checks, no email alerts, and no dashboard of historical results.
Certglimpse reports exactly what the server presented on the wire — nothing more, nothing less. If a field is absent from the certificate, it is shown as Absent. No values are inferred or filled in. The tool reads the certificate chain as the server sends it, byte for byte.
That said, the tool may be unavailable, return incomplete data, or be subject to platform limitations. Certglimpse is provided "as is" without warranty. Always verify critical certificate information through your CA's portal or your server's configuration directly.
Not currently. Certglimpse is a web-only tool with a single endpoint (/api/check?host=...) that the app page calls. There is no documented API, no rate-limit guarantee, no authentication, and no SLA. We do not recommend scripting against it for production use. A CLI or API may be considered if the tool proves viable, but there is no timeline.
Certglimpse is in an early stage. These are the things it does not do yet, and that you should be aware of:
Certglimpse does not yet have a support mailbox or contact form. Email is not available on this platform. If you have found a genuine bug, have a feature suggestion, or need to report an issue with the tool:
For now, the best way to reach the operator is through the project's issue tracker — if one has been published. No contact address is listed here because no mailbox exists to receive messages.
This is a known gap. The operator plans to add a support channel when the infrastructure for it exists.
If you are reading this as an internal reviewer or the site owner, record a support contact requirement in the project needs list so it is not forgotten.