Free SSL/TLS Certificate Checker Tool

This website offers comprehensive domain certificate details via a JSON REST API, covering expiry, ciphers, issuers, certificate algorithm, and more by checking the SSL/TLS certificate of the given host. You can get the source code from the project's GitHub. The script is developed in Python, and you can simply run it on your own.

Online SSL Certificate Checker

Enter a host to check the SSL/TLS status

SSL Certificate API Endpoint

Try the API service with curl

$ curl https://ssl-checker.io/api/v1/check/example.com

SSL Certificate Details & Information

  • SSL Certificate Issuer and recipient (issued to)
  • SSL Certificate Serial number and algorithms
  • SSL Certificate Subject Alternative Names (SANs)
  • SSL Certificate Expiration date, validity period, days until expiry
  • SSL Certificate Query response time
  • SSL Certificate HSTS header verification
SSL certificate checker API sample output showing JSON response with certificate details

Feedback & Support

We keep track of issues and work on enhancing features through the project's GitHub. Feel free to open an issue and share your feedback with us.

This is a free service and we do not store any data, if you really want to support this project, you can donate and support.

PayPal Donate Button

SSL Certificate Checker Features

Our SSL certificate checker tool provides comprehensive SSL/TLS certificate validation including:

How to Use SSL Certificate Checker

Simply enter any domain name in our SSL certificate checker tool to verify SSL/TLS certificate details. Our free SSL certificate checker will display comprehensive information about the SSL certificate including expiry dates, issuer details, and security headers.

SSL Certificate API

Our SSL certificate checker also provides a JSON API endpoint for developers to integrate SSL certificate checking functionality into their applications. The API returns detailed SSL certificate information in JSON format.