Skip to main content

SSL Checker is a simple tool for checking SSL certificates. It returns the SSL certificate details of a website.

Project description

SSL Checker API

SSL Checker is a simple tool for checking SSL certificates. It returns the SSL certificate details of a website.

Build Status Code Climate Prod Ready

This is a Python API Wrapper for the SSL Checker API


Installation

pip install apiverve-sslchecker

Configuration

Before using the sslchecker API client, you have to setup your account and obtain your API Key.
You can get it by signing up at https://apiverve.com


Usage

The SSL Checker API documentation is found here: https://docs.apiverve.com/api/sslchecker.
You can find parameters, example responses, and status codes documented here.

Setup

# Import the client module
from apiverve_sslchecker.apiClient import SslcheckerAPIClient

# Initialize the client with your APIVerve API key
api = SslcheckerAPIClient("[YOUR_API_KEY]")

Perform Request

Using the API client, you can perform requests to the API.

Define Query
query = {  "url": "https://ebay.com" }
Simple Request
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
Example Response
{
  "status": "ok",
  "error": null,
  "data": {
    "subject": {
      "C": "US",
      "ST": "California",
      "O": "eBay, Inc.",
      "CN": "ebay.com"
    },
    "issuer": {
      "C": "GB",
      "ST": "Greater Manchester",
      "L": "Salford",
      "O": "Sectigo Limited",
      "CN": "Sectigo RSA Organization Validation Secure Server CA"
    },
    "subjectaltname": "DNS:ebay.com, DNS:befr.ebay.be, DNS:benl.ebay.be, DNS:cafr.ebay.ca, DNS:e-bay.it, DNS:ebay.at, DNS:ebay.be, DNS:ebay.ca, DNS:ebay.ch, DNS:ebay.co.uk, DNS:ebay.com.au, DNS:ebay.com.hk, DNS:ebay.com.my, DNS:ebay.com.sg, DNS:ebay.de, DNS:ebay.es, DNS:ebay.fr, DNS:ebay.ie, DNS:ebay.in, DNS:ebay.it, DNS:ebay.nl, DNS:ebay.ph, DNS:ebay.pl, DNS:ebay.us, DNS:ebay.vn",
    "infoAccess": {
      "CA Issuers - URI": [
        "http://crt.sectigo.com/SectigoRSAOrganizationValidationSecureServerCA.crt"
      ],
      "OCSP - URI": [
        "http://ocsp.sectigo.com"
      ]
    },
    "ca": false,
    "bits": 2048,
    "valid_from": "Feb 26 00:00:00 2024 GMT",
    "valid_to": "Feb 25 23:59:59 2025 GMT",
    "serialNumber": "D5072F2C3B21834D34FBB048F9A5DAC0"
  }
}

Customer Support

Need any assistance? Get in touch with Customer Support.


Updates

Stay up to date by following @apiverveHQ on Twitter.


Legal

All usage of the APIVerve website, API, and services is subject to the APIVerve Terms of Service and all legal documents and agreements.


License

Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apiverve_sslchecker-1.0.11.tar.gz (7.3 kB view details)

Uploaded Source

Built Distribution

apiverve_sslchecker-1.0.11-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file apiverve_sslchecker-1.0.11.tar.gz.

File metadata

  • Download URL: apiverve_sslchecker-1.0.11.tar.gz
  • Upload date:
  • Size: 7.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for apiverve_sslchecker-1.0.11.tar.gz
Algorithm Hash digest
SHA256 1f1f1a30db563584da7fa7dcac1877a7e617f63aef2c7b2c3ab1e8ae28d8c389
MD5 b8649a941cb7345740d7e6331fce7fc3
BLAKE2b-256 1b02310766f22c207fddc5318fb566e195d56144ff6b8889ddacf87fd3cd1f17

See more details on using hashes here.

File details

Details for the file apiverve_sslchecker-1.0.11-py3-none-any.whl.

File metadata

File hashes

Hashes for apiverve_sslchecker-1.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e8cc5c3761dacb08888f029ef86d9929630ddbf49ace6cb78117e37e38ffe0e7
MD5 7f3e8bd6214437c412cc91ac8a030eaa
BLAKE2b-256 269d4f59536af5cfe278329462fdb34c8f4eb7ae56a82b0ed75c6a5e303f975e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page