-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSL support for reactive DB2 client #10582
Comments
/cc @aguibert |
I think we can close this issue, Vertx 3.9.1 actually supports DB2 with SSL just fine, it's just that I didn't get around to testing it until 3.9.2 (no code changes were needed, just added a test) |
@aguibert indeed, tests left aside, eclipse-vertx/vertx-sql-client#679 only improves usability by adding methods to But upstream support is not enough. Among other things, the pool recorder must be updated (Postgres here): Lines 139 to 151 in 4fa78b0
This is missing for DB2: Lines 65 to 110 in 4fa78b0
So this issue should stay open, although it actually does not depend on #9480 |
SSL is supported upstream
The text was updated successfully, but these errors were encountered: