Skip to content

Releases: cjmach/sslping

Validating secure communication between a Java Virtual Machine (JVM) and a remote host with support for HTTP and HTTPS proxies and proxy authentication.

06 Jun 21:59

Choose a tag to compare

A simple command-line utility written in Java that checks if secure communication between your local JVM and a remote host is successful. It verifies that your certificates are valid and are properly installed on your local java keystore.

Release v0.5.0

02 Jun 15:05

Choose a tag to compare

  • Add documentation about testing.
  • Support parsing multiple Proxy-Authenticate headers.

Release v0.4.0

01 Jun 00:31

Choose a tag to compare

  • Support secure proxies, optionally with authentication (Basic scheme).
  • Change how proxy parameters are passed to the application.
  • Show basic handshake information on stderr.

Release v0.3.0

29 May 22:34

Choose a tag to compare

  • Minor fixes.
  • Update documentation.

Release v0.1.0

29 May 19:42

Choose a tag to compare

  • Tested with OPNSense (Squid) with and without proxy authentication.
  • Requires Java 11.