javax.net.ssl.SSLHandshakeException: No available authentication scheme
问题 A google reveals a bug in jdk11.0.2 but I upgraded to jdk11.0.3 and this still exists for me. Steps to reproduce git clone https://github.com/deanhiller/webpieces.git add the line "org.gradle.java.home=/Library/Java/JavaVirtualMachines/jdk-11.0.3.jdk/Contents/Home" to ~/.gradle/gradle.properties to set jdk to 11.0.3 run ./gradlew :core:core-asyncserver:test from webpieces directory The test case hangs and in the logs, it shows Caused by: javax.net.ssl.SSLHandshakeException: No available