Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid signature for profile public key #754

Closed
bensuperpc opened this issue Jun 18, 2022 · 4 comments
Closed

Invalid signature for profile public key #754

bensuperpc opened this issue Jun 18, 2022 · 4 comments

Comments

@bensuperpc
Copy link

I updated my minecraft servers to 1.19, I reset my config files, to avoid this error #733 .
I now have another error, I can't log in :/

Tested on Purpur 1668 and Paper 28, with Velocoty 153.

The problem occurred when I enabled enforce-secure-profile , should it be disabled or it is not yet implemented ?

Error messages:

minecraft-rcon-web         | 2022-06-18T12:57:36.780Z RconServer [mc-server:25575]: Connection failed
minecraft-proxy-server     | [12:57:37 INFO]: [connected player] Bensuperpc (/172.20.0.1:40594) has connected
minecraft-proxy-server     | [12:57:37 INFO]: [server connection] Bensuperpc -> main has connected
minecraft-server           | [14:57:37 INFO]: Disconnecting /172.20.0.2:35778: Invalid signature for profile public key.
minecraft-server           | Try restarting your game.
minecraft-proxy-server     | [12:57:37 INFO]: [server connection] Bensuperpc -> main has disconnected
minecraft-proxy-server     | [12:57:37 ERROR]: [connected player] Bensuperpc (/172.20.0.1:40594): disconnected while connecting to main: multiplayer.disconnect.invalid_public_key_signature
minecraft-proxy-server     | [12:57:37 INFO]: [server connection] Bensuperpc -> waitroom has connected
minecraft-server           | [14:57:37 INFO]: /172.20.0.2:35778 lost connection: Invalid signature for profile public key.
minecraft-server           | Try restarting your game.
minecraft-waitroom-server  | [14:57:37 INFO]: Disconnecting /172.20.0.2:40582: Invalid signature for profile public key.
minecraft-waitroom-server  | Try restarting your game.
minecraft-proxy-server     | [12:57:37 INFO]: [server connection] Bensuperpc -> waitroom has disconnected
minecraft-proxy-server     | [12:57:37 ERROR]: [connected player] Bensuperpc (/172.20.0.1:40594): disconnected while connecting to waitroom: multiplayer.disconnect.invalid_public_key_signature
minecraft-proxy-server     | [12:57:37 INFO]: [connected player] Bensuperpc (/172.20.0.1:40594) has disconnected: Unable to connect to waitroom: multiplayer.disconnect.invalid_public_key_signature
minecraft-waitroom-server  | [14:57:37 INFO]: /172.20.0.2:40582 lost connection: Invalid signature for profile public key.

Config files velocity.toml, server.properties and paper-global.yml :

config.zip

@KoxSosen
Copy link

In velocity.toml, try setting force-key-authentication to false, and in server.properties, set enforce-secure-profile to false.

As per the Velocity support channel, this happens when people join with unofficial, or unsupported clients. What kind of client are you using?

@bensuperpc
Copy link
Author

bensuperpc commented Jun 18, 2022

In velocity.toml, try setting force-key-authentication to false, and in server.properties, set enforce-secure-profile to false.

As per the Velocity support channel, this happens when people join with unofficial, or unsupported clients. What kind of client are you using?

I tested with the vanilla version of Minecraft 1.19 and with fabulously-optimized 4.0.0-beta.1 for Minecraft 1.19, on the premium version of Minecraft

It works by deactivating these options but I would like if possible that they are activated

@codeHusky
Copy link

Experiencing same issue currently on the same versions. Had enforce-secure-profiles set to false on the server already but force-key-authentication=false on the proxy seems to have fixed it.

@Xernium
Copy link
Member

Xernium commented Jun 28, 2022

Fixed by #772

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants