My school internet blocks Minecraft, any help?


Recommended Posts

Hey,

 

I love playing minecraft in school, and playing online is my preferred gamemode. I have no issues connecting to minecraft.net, but I get the message:

 

Failed to login: The authentication servers are currently down for maintinence.

 

Wondering if anyone could help?

 

The launcher issue code is as follows (sorry if its too long, idk which bit is relevant)

 

09:56:09 INFO]: Minecraft Launcher 1.6.70 (through bootstrap 5) started on osx...
[09:56:09 INFO]: Current time is Nov 24, 2016 9:56:09 AM
[09:56:09 INFO]: System.getProperty('os.name') == 'Mac OS X'
[09:56:09 INFO]: System.getProperty('os.version') == '10.10.5'
[09:56:09 INFO]: System.getProperty('os.arch') == 'x86_64'
[09:56:09 INFO]: System.getProperty('java.version') == '1.6.0_65'
[09:56:09 INFO]: System.getProperty('java.vendor') == 'Apple Inc.'
[09:56:09 INFO]: System.getProperty('sun.arch.data.model') == '64'
[09:56:09 INFO]: proxy == DIRECT
[09:56:09 INFO]: Refreshing local version list...
[09:56:10 INFO]: Refreshing remote version list...
[09:56:10 INFO]: Refresh complete.
[09:56:10 INFO]: Loaded 2 profile(s); selected 'rascalb'
[09:56:10 INFO]: Refreshing auth...
[09:56:10 INFO]: Logging in with access token
[09:56:10 ERROR]: Exception whilst logging into profile
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[launcher.jar:1.6.70]
    at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logInWithToken(YggdrasilUserAuthentication.java:132) ~[launcher.jar:1.6.70]
    at com.mojang.authlib.yggdrasil.YggdrasilUserAuthentication.logIn(YggdrasilUserAuthentication.java:55) ~[launcher.jar:1.6.70]
    at net.minecraft.launcher.Launcher.ensureLoggedIn(Launcher.java:215) [launcher.jar:1.6.70]
    at net.minecraft.launcher.Launcher$2.run(Launcher.java:169) [launcher.jar:1.6.70]
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) [?:1.6.0_65]
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) [?:1.6.0_65]
    at java.util.concurrent.FutureTask.run(FutureTask.java:138) [?:1.6.0_65]
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) [?:1.6.0_65]
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) [?:1.6.0_65]
    at java.lang.Thread.run(Thread.java:695) [?:1.6.0_65]
Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1747) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1209) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:135) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:943) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199) ~[?:1.6]
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476) ~[?:1.6]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166) ~[?:1.6]
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1031) ~[?:1.6.0_65]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230) ~[?:1.6]
    at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.70]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.70]
    ... 10 more
Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:323) ~[?:1.6.0_65]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217) ~[?:1.6.0_65]
    at sun.security.validator.Validator.validate(Validator.java:218) ~[?:1.6.0_65]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1188) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:135) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:943) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199) ~[?:1.6]
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476) ~[?:1.6]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166) ~[?:1.6]
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1031) ~[?:1.6.0_65]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230) ~[?:1.6]
    at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.70]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.70]
    ... 10 more
Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174) ~[?:1.6.0_65]
    at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238) ~[?:1.6.0_65]
    at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318) ~[?:1.6.0_65]
    at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217) ~[?:1.6.0_65]
    at sun.security.validator.Validator.validate(Validator.java:218) ~[?:1.6.0_65]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1188) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:135) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:943) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1188) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1215) ~[?:1.6]
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1199) ~[?:1.6]
    at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:476) ~[?:1.6]
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:166) ~[?:1.6]
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1031) ~[?:1.6.0_65]
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:230) ~[?:1.6]
    at com.mojang.authlib.HttpAuthenticationService.performPostRequest(HttpAuthenticationService.java:73) ~[launcher.jar:1.6.70]
    at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[launcher.jar:1.6.70]
    ... 10 more
 

Thanks so much, Ash

Link to comment
Share on other sites

@rascalb

 

Learn to read... the log says:

 

Quote

The authentication servers are currently down for maintenance.

That means you can't log in until they are done with maintenance.

 

Otherwise you wait til you are done with school and play with that game at home or somewhere else.

Link to comment
Share on other sites

If your school is blocking Minecraft, we won't help you circumvent their rules and regulations. Neowin won't allow discussions that circumvent rules or security. If it is simply server maintenance, all is good.

Link to comment
Share on other sites

  • Barney T. locked and unlocked this topic
11 hours ago, Barney T. said:

If your school is blocking Minecraft, we won't help you circumvent their rules and regulations. Neowin won't allow discussions that circumvent rules or security. If it is simply server maintenance, all is good.

:yes: Work before play. Your school is rightfully blocking access:


 

Quote

 

Minecraft.net

This service is healthy. All is good!

 

Mojang accounts website

This service is healthy. All is good!

 

Authentication service

This service is healthy. All is good!

 

Multiplayer session service

This service is healthy. All is good!

 

Minecraft skins

This service is healthy. All is good!

 

Public API

This service is healthy. All is good!

 

https://help.mojang.com/

Link to comment
Share on other sites

Agreed, unfortunately if it's being blocked it's for a reason. 

 

Saying that, Halo was blocked in our college, until we found that renaming the exe to NotHalo.exe made it work :laugh: so many hours in  the Gulch when we should have been studying! 

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.