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

It would be nice if TLS/SSL support could be documented #166

Open
tobyink opened this issue Jul 24, 2023 · 1 comment
Open

It would be nice if TLS/SSL support could be documented #166

tobyink opened this issue Jul 24, 2023 · 1 comment

Comments

@tobyink
Copy link

tobyink commented Jul 24, 2023

See this question on StackOverflow:
https://stackoverflow.com/questions/76755203/is-perl-dbi-connection-with-ssl-is-possible-oracle-data-base

Looks like there might be a lack of documentation in this area.

@choroba
Copy link
Member

choroba commented May 14, 2024

The question is now hidden, here's the contents:

our existing connection established using Perl DBI module with Oracle database now we have SSL enabled at DB level so we need SSL enabled connection from our end / code to Database, I have searched for the same however found related to MySQL not related Oracle

Comment:

A skim of the source code suggests it should "just work" as DBD::Oracle seems to be mostly a Perl wrapper around the official C libraries for Oracle. I've posted an issue on the DBD::Oracle github though, mentioning that documentation in this area could be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants