SSLPing
SSLPing copied to clipboard
Java SSL client to test for valid SSL handshake
Hello @dimalinux , thank you for the tool! It helped me in a few debug sessions already 😄 Please consider the following improvements that might be useful for future users.
JAVA Version /usr/libexec/java_home/Library/Java/JavaVirtualMachines/openjdk-12.0.1.jdk/Contents/Home When I run $ ./gradlew clean build I get the following error Exception in thread "main" javax.net.ssl.SSLException: Received fatal alert: protocol_version at sun.security.ssl.Alerts.getSSLException(Alerts.java:208) at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1979)...