Closed
Description
Today there is no way to pass SSL mode by property or URL param when using Postgres.
Correct me if I'm wrong, the only client available is Vertx and it is using io.vertx.pgclient.PgConnectOptions
.
The constructor of PgConnectOptions does not inherit the SSL mode from the SqlConnectOptions which Hibernate sends.
https://github.com/eclipse-vertx/vertx-sql-client/blob/352e8da205598ffd9730ef36891dbc28ff544e53/vertx-pg-client/src/main/java/io/vertx/pgclient/PgConnectOptions.java#L139
The DefaultSqlConnectOptions also does not seem to have an option for SSL to be configured, is that correct?
Metadata
Metadata
Assignees
Labels
No labels