Skip to content

Small Tool For Testing Minecraft Authentication on Problem Servers

License

Notifications You must be signed in to change notification settings

domnian/MCAuthTester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCAuthTester

###Small Tool For Testing Minecraft Authentication on Problem Servers This is a small tool for testing whether or not a server will properly connect to the Mojang Authentication Servers. If you have a server that is throwing SSL errors while trying to authenticate a user, this tool is something to use. As of right now, it contains the Mojang SSL Certificate but will NOT automatically save it to the keystore (WIP). To create the keystore, you need to run the following commands:

Extract Mojang SSL Certificate:

unzip -p mojang.crt >mojang.crt

Create Keystore:

keytool -importcert -keystore mojang.ts -storepass [ksPass] -file mojang.crt

[ksPass] = Password to secure the keystore

#####How To Run MCAuthTester:

java -jar MCAuthTester.jar [username] [password] {useKeystore} {ksPass} {store}

[username] = Your Minecraft username (unmigrated account) or Mojang Account email (migrated account).
[password] = Your Minecraft or Mojang Account password. (Does NOT get saved or exported)
{useKeystore} = Boolean flag whether to use a custom keystore or the default keystore. (Optional)
{ksPass} = Must be provided if "useKeystore" is designated to create/access the keystore. (Optional)
{store} = Boolean flag whether to create a custom keystore or not for the Mojang SSL Public Cert. (WIP)

About

Small Tool For Testing Minecraft Authentication on Problem Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages