Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitzl/java-ssl-tests
- Owner: bitzl
- License: mit
- Created: 2014-12-19T09:13:10.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-19T09:48:29.000Z (about 10 years ago)
- Last Synced: 2024-10-28T05:14:08.105Z (about 2 months ago)
- Language: Java
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.