Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javax.net.ssl.SSLException: Unrecognized SSL message, plaintext connection?
- at sun.security.ssl.InputRecord.handleUnknownRecord(Unknown Source)
- at sun.security.ssl.InputRecord.read(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
- at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
- at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
- at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
- at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
- at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
- at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
- at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:77)
- at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:66)
- at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithPassword(YggdrasilUserAuthentication.java:78)
- at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:61)
- at ru.turikhay.tlauncher.user.AuthlibAuth.logIn(AuthlibAuth.java:36)
- at ru.turikhay.tlauncher.user.AuthlibAuth.authorize(AuthlibAuth.java:21)
- at ru.turikhay.tlauncher.user.MojangAuth.authorize(MojangAuth.java:13)
- at ru.turikhay.tlauncher.user.MojangAuth.authorize(MojangAuth.java:9)
- at ru.turikhay.tlauncher.ui.account.StandardAccountPane$5.pass(StandardAccountPane.java:195)
- at ru.turikhay.tlauncher.minecraft.auth.ExecAuthenticator.pass(ExecAuthenticator.java:29)
- at ru.turikhay.tlauncher.minecraft.auth.Authenticator.pass(Authenticator.java:25)
- at ru.turikhay.tlauncher.minecraft.auth.Authenticator$1.run(Authenticator.java:48)
- at ru.turikhay.util.async.AsyncThread$2.run(AsyncThread.java:32)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
- at ru.turikhay.util.async.RunnableThread.run(RunnableThread.java:21)
- Thread called by: ru.turikhay.util.async.ExtendedThread$ExtendedThreadCaller
- at ru.turikhay.util.async.AsyncThread.wrap(AsyncThread.java:27)
- at ru.turikhay.util.async.AsyncThread.execute(AsyncThread.java:15)
- at ru.turikhay.tlauncher.minecraft.auth.Authenticator.asyncPass(Authenticator.java:46)
- at ru.turikhay.tlauncher.ui.account.StandardAccountPane.credentialsEntered(StandardAccountPane.java:246)
- at ru.turikhay.tlauncher.ui.account.StandardAccountPane$2.actionPerformed(StandardAccountPane.java:132)
- at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
- at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
- at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
- at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
- at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
- at java.awt.Component.processMouseEvent(Unknown Source)
- at javax.swing.JComponent.processMouseEvent(Unknown Source)
- at java.awt.Component.processEvent(Unknown Source)
- at java.awt.Container.processEvent(Unknown Source)
- at java.awt.Component.dispatchEventImpl(Unknown Source)
- at java.awt.Container.dispatchEventImpl(Unknown Source)
- at java.awt.Component.dispatchEvent(Unknown Source)
- at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
- at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
- at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
- at java.awt.Container.dispatchEventImpl(Unknown Source)
- at java.awt.Window.dispatchEventImpl(Unknown Source)
- at java.awt.Component.dispatchEvent(Unknown Source)
- at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
- at java.awt.EventQueue.access$500(Unknown Source)
- at java.awt.EventQueue$3.run(Unknown Source)
- at java.awt.EventQueue$3.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
- at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
- at java.awt.EventQueue$4.run(Unknown Source)
- at java.awt.EventQueue$4.run(Unknown Source)
- at java.security.AccessController.doPrivileged(Native Method)
- at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
- at java.awt.EventQueue.dispatchEvent(Unknown Source)
- at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
- at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
- at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
- at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
- at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
- at java.awt.EventDispatchThread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement