Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bitzl/java-ssl-tests

A very simple Java program to examine SSL errors on.
https://github.com/bitzl/java-ssl-tests

Last synced: 17 days ago
JSON representation

A very simple Java program to examine SSL errors on.

Awesome Lists containing this project

README

        

Simple Java program created to examine SSL problems.

Usage (If you bulid a jar file):

java -jar ssl-handshake.jar URL

Usage (if you don't want to use a jar):

java Application URL

The program tries to establish a connection to URL and prints out any error messages.