Skip to content

oracledb thin mode connect to oracle db using self signed certificate #412

Discussion options

You must be logged in to vote

The library does TLS validation using this code. The negotiation can be found in this code. It is a very simple call to the SSL context wrap_socket() method.

There is no way to create an Oracle wallet using thin client today. I believe you do need a full Oracle client or database installation in order to create an Oracle wallet. You can do it on the machine hosting the database, though. It should be quite possible to connect to the database without doing so, but the configuration bit you happen to be missing is unknown to me, unfortunately.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@anthony-tuininga
Comment options

Answer selected by 4kEEw1y4MSiDFW
@4kEEw1y4MSiDFW
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants