Top "Sslhandshakeexception" questions

Java 11 and 12 SSL sockets fail on a handshake_failure error with TLSv1.3 enabled

While developing a SSL-based (non HTTP) server in Java 12, I met unexpected difficulties for having the server and the client …

java ssl sslhandshakeexception tls1.3
SSL handshake error javax.net.ssl.SSLHandshakeException Received fatal alert bad_certificate

I am executing the below cURL command and I am getting proper response from the server: curl -k --cert ./xevias.…

java ssl ssl-certificate sslhandshakeexception jsse
Retrofit 2.2.0 Android API 24 javax.net.ssl.SSLHandshakeException: Handshake failed

I'm using Retrofit 2.2.0 for uploading image to server (using Java). With an Android device (Samsung galaxy S6) API 24 (Build : NRD90…

android retrofit retrofit2 sslhandshakeexception
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

I am using Tomcat 7.065 with APR 1.1.33 on a linux server with Java 1.7.0_67. My application has been happily connecting via SSL …

java ssl ssl-certificate sslhandshakeexception
Ignore SSL Certificate in a Servlet

I am getting the following exception: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.…

java tomcat ssl sslhandshakeexception
SSLHandshakeException unknown_ca apns java

I am trying to implement a standalone application for iphone; for which I wish to use Apple Push notification for …

java iphone push-notification sslhandshakeexception
Java SSL SSLHandshakeException handshake_failure

I am using java 8 and requesting with SSLSocket this url: https://www.flixbus.de/sites/default/files/6_jetzt_buchen_button_…

java ssl sslhandshakeexception
Glide V4 load https images

I know this link, and tried but this is for Glide V3 solution, I need to load https://myimage/image/…

android android-glide sslhandshakeexception image-loading
Golang: http2 and TLS handshake errors

I have a Go application with both http (on port 80) and https (on port 443) enabled. I keep getting lots of …

ssl go https http2 sslhandshakeexception