Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonatan-ivanov/ssl-test

A simple cli to check SSL Handshake
https://github.com/jonatan-ivanov/ssl-test

groovy java ssl tls

Last synced: 4 days ago
JSON representation

A simple cli to check SSL Handshake

Awesome Lists containing this project

README

        

# ssl-test

A simple cli to check SSL Handshake

## Build and run as a jar

```shell
./gradlew clean assemble
java -jar build/libs/ssl-test.jar --verbose httpbin.org:443
```