简体   繁体   中英

Remote MySQL connection: 'Host does not support SSL connections'

I have a C#/.NET application which is connecting to a MySQL server on Linux. I'm attempting to connect via SSL, but I get the error:

The host <IP address> does not support SSL connections.

How can I enable SSL connections? I do not just want to disable SSL from the client. Is there also a way to access the server securely through MySQL Workbench?

The error seems to indicate that you're already trying to connect using SSL, but the host itself doesn't support it. Try disabling that in your client instead. (unless you control the host - then you could enable SSL on that end instead)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM