Can't connect to database using dbeaver #105
-
I've been trying for a while to connect to my database through dbeaver. Can't seem to figure out the ssl connection. I'm on windows so I tried using the curl bundle as directed on your docs. I always get the error Path does not chain with any of the trust anchors. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
🤔 My understanding is that a recent version of the Java MySQL driver should fall back to using the system certificates by default. I don't entirely understand what's going on here, but if I set up the connection as I would expect to: And then set the This is Windows 10 and DBeaver 21.2.1.202109181446 |
Beta Was this translation helpful? Give feedback.
🤔 My understanding is that a recent version of the Java MySQL driver should fall back to using the system certificates by default. I don't entirely understand what's going on here, but if I set up the connection as I would expect to:
And then set the
trustCertificateKeyStoreURL
to any value and then set it back to empty, the connection will succeed:This is Windows 10 and DBeaver 21.2.1.202109181446