You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a Function<SslContextBuilder, SslContextBuilder> to allow deep customization of the SSL context. The customizer would get applied after all settings from PostgresqlConnectionConfiguration were applied.
The customizer should be a function to either benefit from fluent API style or to be able to return an entirely different SslContextBuilder.
The text was updated successfully, but these errors were encountered:
We should add a
Function<SslContextBuilder, SslContextBuilder>
to allow deep customization of the SSL context. The customizer would get applied after all settings fromPostgresqlConnectionConfiguration
were applied.The customizer should be a function to either benefit from fluent API style or to be able to return an entirely different
SslContextBuilder
.The text was updated successfully, but these errors were encountered: