Skip to content
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

DN Matching Option Fix #103

Merged
merged 3 commits into from
Nov 15, 2022
Merged

DN Matching Option Fix #103

merged 3 commits into from
Nov 15, 2022

Conversation

Michael-A-McMahon
Copy link
Member

This branch works around Oracle JDBC behavior, in which the connection property to configure DN matching gets ignored.
The workaround is to configure the property in the query section of the JDBC URL.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Nov 3, 2022
@jeandelavarene jeandelavarene merged commit 5e190f4 into main Nov 15, 2022
@jeandelavarene jeandelavarene deleted the 102-dn-match-ignored branch November 15, 2022 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

option(OracleR2dbcOptions.TLS_SERVER_DN_MATCH, "false") does not work R2DBC treating warning as exception
2 participants