games647 / FastLogin

Checks if a minecraft player has a valid paid account. If so, they can skip offline authentication automatically. (premium auto login)
https://www.spigotmc.org/resources/fastlogin.14153
MIT License
495 stars 121 forks source link

Client does not support authentication protocol requested by server. plugin type was = 'sha256_password' #1015

Closed kixxu closed 1 year ago

kixxu commented 1 year ago

What happened?

As mentioned in title, it doesn't work.

What did you expect?

No errors in Proxy console and Sending request working.

Steps to reproduce

No response

Plugin list

AuthMe, FastAsyncWorldEdit, FastLogin, HexChat, LuckPerms, PlaceholderAPI, PowerBoard, ProtocolLib, ServerSelectorX, ServersNPC [22:02:41 INFO]: SkinsRestorer, Skript, SpawnpointPlugin, ViaBackwards, ViaVersion, WorldGuard, YamipaPlugin

Configuration file

https://hastebin.com/share/dofibinumo.yaml

Server log

https://mclo.gs/4svWKvx

Plugin version

1.12-SNAPSHOT-42911e9

Platform

Velocity

Relevance

games647 commented 1 year ago

Do you followed the setup guide for BungeeCord?

kixxu commented 1 year ago

Do you followed the setup guide for BungeeCord?

Yes

games647 commented 1 year ago

There is the error message: Client does not support authentication protocol requested by server. plugin type was = 'sha256_password'

Your MySQL/MariaDB server requires a password type that isn't supported. You need to adjust its configuration.

kixxu commented 1 year ago

I'm using mysql_native_password and it still happens.

kixxu commented 1 year ago

I'll probably switch from MySQL to MongoDB if it's supported.

games647 commented 1 year ago

I'll probably switch from MySQL to MongoDB if it's supported.

Sorry that's not supported, because we are using a relational database system.

I'm using mysql_native_password and it still happens.

With the same error?

JumperOnJava commented 1 year ago

I have same issue, tried

filipswiszcz commented 1 year ago

I had the same error. The solution was to downgrade the MySQL version from 8.0 to 5.7, which resolved this problem.