Jump to content

MYSQL Authentication/SSL


lwilkinson

Recommended Posts

Hello Everyone,

 

Been having some trouble connecting to a remote mysql database which I have solved but at a compromise.

The mysql server in question was running 8.0 using the new default authentication method caching_sha2_password and connecting using SSL.

I had to disable the server requirement to only connect over SSL and revert to using mysql_native_password authentication to be able to connect.

I can live without using the new auth method but not being able to use SSL is surprising.  Is unistream running an mysql client that does not support these features or have I missed something?

 

Thanks

Luke

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This site uses cookies. By clicking I accept, you agree to their use.