Socket
Socket
Sign inDemoInstall

sslcheck

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sslcheck

A simple command line SSL validator


Maintainers
1

SSLCheck PyPI version

A simple command line SSL validator

Features

  • Validate SSL Certificate for host.
  • Allows to specify server, in case DNS records do not point to the server.
  • Use any port (443, 8443, 993 etc.)

Installation

SSLCheck requires Python 3 to run.

Python package

You can easily install SSLCheck using pip:

pip3 install sslcheck

Manual

Alternatively, to get the latest development version, you can clone this repository and then manually install it:

git clone git@gitlab.com:radek-sprta/sslcheck.git
cd sslcheck
python3 setup.py install

Usage

Simply run SSLCheck with hostname as argument:

sslcheck radeksprta.eu

SSLCheck takes two optional arguments:

  • --server/-s - Server to connect to.
  • --port/-s - Specify port, i.e. 993 for encrypted IMAP.

Contributing

For information on how to contribute to the project, please check the Contributor's Guide

Contact

mail@radeksprta.eu

incoming+radek-sprta/sslcheck@gitlab.com

License

MIT License

Credits

This package was created with Cookiecutter and the python-cookiecutter project template.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc