SSL connection error: unknown error number QMYSQL: Unable to connect
-
Hi and welcome to devnet,
What kind of certificate are you using for that database ?
Which version of Qt are you using ?
On which OS ?
Which version of MySQL ? -
Hi and welcome to devnet,
What kind of certificate are you using for that database ?
Which version of Qt are you using ?
On which OS ?
Which version of MySQL ? -
@SGaist I do not have any certificate added as of now.
QT version: 6.5.6
OS: Windows
MySQL version: 8.0.36 -
Disable ssl on your mysql server and/or try to disable them with the appropriate connect options (but might not work when the mysql server is configured to not allow unencrypted connections).
-
Disable ssl on your mysql server and/or try to disable them with the appropriate connect options (but might not work when the mysql server is configured to not allow unencrypted connections).
@Christian-Ehrlicher I have already disabled SSL on MySQL server
-
@Aditya20 said in SSL connection error: unknown error number QMYSQL: Unable to connect:
I am still facing same issue. Any help would be appreciated
And you still did not played around with the corresponding connect options ... so no help from my side possible.
-
-