-
Notifications
You must be signed in to change notification settings - Fork 184
SSL=False Option isn't working #453
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
Labels
type: bug
A general bug
Milestone
Comments
Thanks for the report. That's indeed a bug. Do you want to submit a pull request to fix the issue? |
govi20
added a commit
to govi20/r2dbc-postgresql
that referenced
this issue
Oct 23, 2021
4 tasks
mp911de
pushed a commit
that referenced
this issue
Oct 26, 2021
mp911de
added a commit
that referenced
this issue
Oct 26, 2021
Reformat code. [#453][resolves #460] Signed-off-by: Mark Paluch <[email protected]>
mp911de
added a commit
that referenced
this issue
Oct 26, 2021
Reformat code. [#453][resolves #460] Signed-off-by: Mark Paluch <[email protected]>
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Versions
Current Behavior
We define the SSL ConnectionFactoryOption as false, but it is not recognized. It is always assumed to be true.
Stack trace
Expected behavior/code
If
ConnectionFactoryOptions.SSL
was set to be false then the ssl mode should be "disable".Possible Solution
Change this logic to handle true/false values:
r2dbc-postgresql/src/main/java/io/r2dbc/postgresql/PostgresqlConnectionFactoryProvider.java
Line 290 in 5a5ac38
The text was updated successfully, but these errors were encountered: