Replies: 1 comment
-
SSL is disabled when:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all,
PostgresqlConnectionFactory create()
method is disabling the sslMode and this caused shiftleft security scan error. am i missing something on the configuration? please see my jooq dslContext bean setup and let me know how to resolve this. thank you` private SSLConfig sslConfig = new SSLConfig(SSLMode.DISABLE, null, null);
https://github.com/pgjdbc/r2dbc-postgresql/blob/main/src/main/java/io/r2dbc/postgresql/client/SSLConfig.java#L64
Beta Was this translation helpful? Give feedback.
All reactions