javax.net.ssl.SSLHandshakeException: Schwerwiegende Warnung erhalten: handshake_failure [duplicate]

Diese Frage hat hier bereits eine Antwort:

Schwerwiegende Warnung erhalten: Handshake_Failure über SSLHandshakeException 16 Antworten

Ich poste diese Frage, nachdem ich zwei Tage lang viele Optionen ausprobiert habe. Nachstehend sind die Optionen aufgeführt, die ich ausprobiert habe.

Disable SSL-Zertifikat ValidierungDurch Herunterladen von crt aus dem Browser und Konvertieren in .jks und Importieren des Keystores.

Noch immer bekomme ich dieses Problem, jede Hilfe im Voraus sehr geschätzt.

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1943)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1059)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1294)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1321)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1305)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:523)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1296)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at com.honeywell.sensibo.api.NewMain.main(NewMain.java:73)

Antworten auf die Frage(4)

Ihre Antwort auf die Frage