Skip to content

How to connect using reactive drivers #553

Discussion options

You must be logged in to vote

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.

quarkus.datasource.db-kind=mysql
quarkus.datasource.reactive.mysql.ssl-mode=VERIFY_IDENTITY
quarkus.datasource.reactive.hostname-verification-algorithm=HTTPS
quarkus.datasource.username=QUARKUS_DATASOURCE_USERNAME
quarkus.datasource.password=QUARKUS_DATASOURCE_PASSWORD
quarkus.datasource.reactive.url=vertx-reactive:mysql://planetscale-host/db-name

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jgreet
Comment options

Answer selected by jgreet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants