Skip to Main Content

ODP.NET

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00542: Failure during SSL handshake

user4784967Jun 21 2022

Hello,
I have to change my c# project the Oracle-Database access by SSL (wallet).
I get the certificate for the wallet and create the wallet by myself:
orapki wallet create -wallet walletpath -pw PASSWORT -auto_login
orapki wallet add -wallet walletpath -trusted_cert -cert certificate.pem
mkstore -wrl walletpath -createCredential tnsalias username password
Without SSL all works fine. But with SSL and a wallet I get the error "ORA-00542" (see the Oracle trace file). It sounds like a problem with the certificate. Is the certificate wrong or the creation of the wallet?
I have tried ODP.NET 21.6.1 and 19.5.1 (Oracle.ManagedDataAccess)
Thanks for any help
OracleTrace.txt (39.7 KB)

This post has been answered by Alex Keh-Oracle on Aug 2 2022
Jump to Answer
Comments
Post Details
Added on Jun 21 2022
12 comments
8,442 views