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

"Client restrict authentication plugin" error when connecting to MySQL #7

Closed
eirikbakke opened this issue May 3, 2022 · 1 comment
Labels
bug Something isn't working MySQL
Milestone

Comments

@eirikbakke
Copy link
Contributor

A user reported the following error when attempting to connect Ultorg to MySQL:

Connection failed: Client restrict authentication plugin to a limited set of authentication plugin and doesn't permit requested plugin ('caching_sha2_password'). Current list is restrictedAuth=mysql_native_password, client_ed25519,auth_gssapi_client

This is likely due to a bug in the particular version of the JDBC driver that was bundled with Ultorg. A newer version will be bundled in Ultorg 1.0.8.

Until then, a workaround is to add "?restrictedAuth=caching_sha2_password" to the end of the JDBC URL.

@eirikbakke eirikbakke added bug Something isn't working MySQL labels May 4, 2022
@eirikbakke eirikbakke added this to the Ultorg 1.0.8 milestone May 12, 2022
@eirikbakke
Copy link
Contributor Author

This issue is now fixed in Ultorg 1.0.8, which was just released. Existing beta users can find the new Ultorg version at the old download link.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working MySQL
Projects
None yet
Development

No branches or pull requests

1 participant