How to connect using reactive drivers #553
-
Hi I'm using quakus for my project and I want to connect to the database via reactive drivers, but it always gives me this error
I have my property vars like this
I tested with jdbc drivers an is working fine, but when I use reactive it does not work, any help would be appreciated. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Interesting, I don't think we've looked at Quarkus before. These docs suggest you can set the SSL mode with the property https://quarkus.io/guides/datasource#reactive-mariadbmysql-specific-configuration |
Beta Was this translation helpful? Give feedback.
-
Hi, jgreet, I forgot to update, I found the correct configuration, here it is what is working for me, you also have to specify the verification algoritm.
|
Beta Was this translation helpful? Give feedback.
Hi, jgreet,
I forgot to update, I found the correct configuration, here it is what is working for me, you also have to specify the verification algoritm.