VOOZH about

URL: https://apify.com/scrappy_garden/ssl-certificate-checker

โ‡ฑ SSL Certificate Checker ยท Apify


Pricing

$4.99/month + usage

Go to Apify Store

SSL Certificate Checker

Check SSL/TLS certificates for any website: expiration date, issuer, subject, hostname match (SNI), chain/authorization status, and common HTTPS misconfigurations. Useful for SEO audits, security checks, and uptime monitoring.

Pricing

$4.99/month + usage

Rating

0.0

(0)

Developer

๐Ÿ‘ Bikram Adhikari

Bikram Adhikari

Maintained by Community

Actor stats

0

Bookmarked

6

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

SSL Certificate Checker (HTTPS / TLS)

Validate SSL/TLS certificates for any website.

This Actor checks:

  • Certificate expiration date and days remaining
  • Hostname match (SNI + SAN/CN validation)
  • TLS authorization status (whether Node trusts the chain)
  • Certificate issuer/subject details and fingerprint

Useful for SEO audits (HTTPS health), security monitoring, and uptime/renewal alerts.

Input

  • startUrls (required): Websites to check (URLs are used to extract host + optional port)
  • timeoutSecs (default: 15): TLS handshake timeout per host
  • warningThresholdDays (default: 30): Flag certs expiring soon
  • includeIssuerChain (default: false): Include the issuer chain details (larger output)

Output

Dataset

One item per unique hostname:port with fields like:

  • ok, authorized, authorizationError
  • validForHostname, hostnameError
  • notAfter, daysUntilExpiry, isExpired, expiresSoon
  • issuerCn, subjectCn, fingerprint256

Key-Value store

  • REPORT: full JSON array of all results
  • SUMMARY: totals (checked, ok, failed, expired, expiringSoon)

Notes

  • This Actor uses a direct TLS connection (no HTTP crawling).
  • authorized=false does not necessarily mean the site is unusable; it often indicates missing intermediates or a non-standard chain.

Quick start

Store page: https://apify.com/scrappy_garden/ssl-certificate-checker

Paste this into Input and click Run:

{
"startUrls":[
{
"url":"https://example.com/"
}
]
}

Outputs (what you get)

  • Dataset: Dataset items typically include fields like: hostname, port, ok, authorized, validForHostname, daysUntilExpiry, expiresSoon, isExpired, issuerCn, subjectCn.
  • Key-value store: REPORT, SUMMARY

Tips (trust + predictable results)

  • Start with 1โ€“3 URLs to validate behavior, then scale up.
  • If a target blocks requests, enable Proxy and/or slow down concurrency in Input.
  • Use the SUMMARY / REPORT keys (when present) for automation pipelines and monitoring.

Related actors

Search keywords

ssl certificate checker, ssl certificate checker - validate https certs, expiration & hostname, website audit, seo

You might also like

SSL Certificate Checker

automation-lab/ssl-certificate-checker

SSL Certificate Checker connects to domains over TLS and inspects their SSL certificates. It returns structured data about certificate validity, expiry, issuer chain, TLS protocol version, cipher suite, and a security grade from A+ to F.

๐Ÿ‘ User avatar

Stas Persiianenko

14

SSL Certificate Checker

rationalistic_counsel/ssl-certificate-checker

Website HTTPS & SSL Health Checker

pillowy_travel/website-https-ssl-health-checker

Checks HTTPS availability and SSL certificate health for given URLs

79

5.0

SSL Certificate Inspector - TLS Audit & Expiry Monitor

santamaria-automations/ssl-certificate-inspector

Inspect SSL/TLS certificates for any domain: chain validation, expiry dates, cipher suites, TLS versions, subject alt names, issuer details, and security scoring. Export data, run via API, schedule and monitor runs, or integrate with other tools.

SSL Certificate Monitor โ€” Bulk Expiry & Chain Checker

accurate_pouch/ssl-monitor

Monitor SSL/TLS certificates in bulk. Expiry dates, issuer, protocol version, key size, certificate chain, SAN list. Webhook alerts for expiring certs. 5 domains free.

๐Ÿ‘ User avatar

Manchitt Sanan

2

SSL Certificate Expiry Monitor

andok/ssl-certificate-monitor

Monitor SSL/TLS certificate validity and expiration dates across thousands of domains to prevent costly outages.