Advertisement
Guest User

Untitled

a guest
Mar 10th, 2018
571
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
  2. at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source)
  3. at sun.security.ssl.InputRecord.read(Unknown Source)
  4. at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
  5. at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
  6. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  7. at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
  8. at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
  9. at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
  10. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
  11. at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
  12. at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
  13. at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:77)
  14. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:66)
  15. at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithPassword(YggdrasilUserAuthentication.java:78)
  16. at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:61)
  17. at ru.turikhay.tlauncher.user.AuthlibAuth.logIn(AuthlibAuth.java:36)
  18. at ru.turikhay.tlauncher.user.AuthlibAuth.authorize(AuthlibAuth.java:21)
  19. at ru.turikhay.tlauncher.user.MojangAuth.authorize(MojangAuth.java:13)
  20. at ru.turikhay.tlauncher.user.MojangAuth.authorize(MojangAuth.java:9)
  21. at ru.turikhay.tlauncher.ui.account.StandardAccountPane$5.pass(StandardAccountPane.java:195)
  22. at ru.turikhay.tlauncher.minecraft.auth.ExecAuthenticator.pass(ExecAuthenticator.java:29)
  23. at ru.turikhay.tlauncher.minecraft.auth.Authenticator.pass(Authenticator.java:25)
  24. at ru.turikhay.tlauncher.minecraft.auth.Authenticator$1.run(Authenticator.java:48)
  25. at ru.turikhay.util.async.AsyncThread$2.run(AsyncThread.java:32)
  26. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  27. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  28. at ru.turikhay.util.async.RunnableThread.run(RunnableThread.java:21)
  29. Thread called by: ru.turikhay.util.async.ExtendedThread$ExtendedThreadCaller
  30. at ru.turikhay.util.async.AsyncThread.wrap(AsyncThread.java:27)
  31. at ru.turikhay.util.async.AsyncThread.execute(AsyncThread.java:15)
  32. at ru.turikhay.tlauncher.minecraft.auth.Authenticator.asyncPass(Authenticator.java:46)
  33. at ru.turikhay.tlauncher.ui.account.StandardAccountPane.credentialsEntered(StandardAccountPane.java:246)
  34. at ru.turikhay.tlauncher.ui.account.StandardAccountPane$2.actionPerformed(StandardAccountPane.java:132)
  35. at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
  36. at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
  37. at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
  38. at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
  39. at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
  40. at java.awt.Component.processMouseEvent(Unknown Source)
  41. at javax.swing.JComponent.processMouseEvent(Unknown Source)
  42. at java.awt.Component.processEvent(Unknown Source)
  43. at java.awt.Container.processEvent(Unknown Source)
  44. at java.awt.Component.dispatchEventImpl(Unknown Source)
  45. at java.awt.Container.dispatchEventImpl(Unknown Source)
  46. at java.awt.Component.dispatchEvent(Unknown Source)
  47. at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
  48. at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
  49. at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
  50. at java.awt.Container.dispatchEventImpl(Unknown Source)
  51. at java.awt.Window.dispatchEventImpl(Unknown Source)
  52. at java.awt.Component.dispatchEvent(Unknown Source)
  53. at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
  54. at java.awt.EventQueue.access$500(Unknown Source)
  55. at java.awt.EventQueue$3.run(Unknown Source)
  56. at java.awt.EventQueue$3.run(Unknown Source)
  57. at java.security.AccessController.doPrivileged(Native Method)
  58. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  59. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  60. at java.awt.EventQueue$4.run(Unknown Source)
  61. at java.awt.EventQueue$4.run(Unknown Source)
  62. at java.security.AccessController.doPrivileged(Native Method)
  63. at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
  64. at java.awt.EventQueue.dispatchEvent(Unknown Source)
  65. at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
  66. at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
  67. at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
  68. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  69. at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
  70. at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement