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
- Host: GitHub
- URL: https://github.com/acatton/tlsreport
- Owner: acatton
- License: eupl-1.1
- Created: 2014-10-03T20:57:12.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-20T06:46:52.000Z (over 11 years ago)
- Last Synced: 2025-02-12T10:56:05.703Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.