Advertisement
Guest User

Untitled

a guest
Jul 26th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.21 KB | None | 0 0
  1. Exception in thread "main" javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  2.     at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  3.     at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
  4.     at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:2038)
  5.     at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1135)
  6.     at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385)
  7.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413)
  8.     at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397)
  9.     at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
  10.     at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
  11.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564)
  12.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
  13.     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  14.     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347)
  15.     at Prog.makeRequest(Prog.java:32)
  16.     at Prog.main(Prog.java:13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement