An open API service indexing awesome lists of open source software.

https://github.com/acatton/tlsreport

:zzz: Run TLS reports on your website
https://github.com/acatton/tlsreport

Last synced: about 1 year ago
JSON representation

:zzz: Run TLS reports on your website

Awesome Lists containing this project

README

          

# TLS Report

Give a list of ciphers supported by a server.

(Basically doing what ssllabs.com does, but locally)

## How to use

This is the pattern:

$ ./report [--delay N] hostname [port]

The delay is in seconds and defaults to zero.
The port defaults to https.

For example:

$ ./report --delay 2 example.com 443
$ ./report localhost imaps

## License

This is licensed under the European Union Public License version 1.1

## FAQ

### As a pythonista, why did you choose ruby?

First of all, I always wanted to to learn ruby. I don't understand why people
oppose those two worlds.

But, I mainly chose ruby because I was impressed by its OpenSSL binding. It's
extensive, well integrated into the language, well documented.