I am running a WinSSHd server for a friend to play Minecraft through. I tested her configuration from another remote machine, and it worked fine, but she is having the following problem.
I have her open a local SOCKS proxy using plink.exe to my server. I then have her launch Minecraft using the -D proxy settings. She is able to tunnel successfully to my WinSSHd server, and Minecraft launches, prompting her to enter her username and password. After entering her credentials, Minecraft shows the "Cannot connect to servers" error page. The following Exception is being thrown in the console:
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server...
...
...
Caused by: javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: No subject alternative DNS name matching authserver.mojang.com found.
...
...
Any ideas on what might be causing this? Is there something wrong with my SSH server that it can't find the authserver? Again, I tested this on another remote machine and it seemed to be working.... Any advice would be appreciated.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I am running a WinSSHd server for a friend to play Minecraft through. I tested her configuration from another remote machine, and it worked fine, but she is having the following problem.
I have her open a local SOCKS proxy using plink.exe to my server. I then have her launch Minecraft using the -D proxy settings. She is able to tunnel successfully to my WinSSHd server, and Minecraft launches, prompting her to enter her username and password. After entering her credentials, Minecraft shows the "Cannot connect to servers" error page. The following Exception is being thrown in the console:
Any ideas on what might be causing this? Is there something wrong with my SSH server that it can't find the authserver? Again, I tested this on another remote machine and it seemed to be working.... Any advice would be appreciated.