0

What is the reason for this error? Why does it occur? I searched but found nothing

Caused by: javax.net.ssl.SSLException: Unsupported record version Unknown-0.0
Federico klez Culloca
  • 26,308
  • 17
  • 56
  • 95
paradox
  • 51
  • 7
  • This error is quite broad. This could be result of wrong SSL handshake, when sides use different encryption protocol. Which java version you use on both sides? What are you trying to do when your get this ? – Danylo Gurianov Aug 24 '20 at 10:41
  • Iam Using yubikey OTP for two factor authentication.An api request is made for the yubiko validation server to verify the yubikey OTP,Iam using the jre version 1.8.0_131 and getting this error when making a HTTPS request to the yubiko validation server – paradox Aug 25 '20 at 11:07
  • Which Java version are you using? If the server is using http / 2, older Java doesn't support it and returns that error. – YujiSoftware Aug 23 '21 at 09:29

0 Answers0