Error using Oracle TCPS from Windows 2016 EC2 Instance

0

I am using Oracle TCPS (TLS/SSL) for connections to my AWS Oracle RDS instance. My runtime is .NET(C#). I have configured the option group in Oracle RDS instance for SSL. From my local windows 10 machine (or any other windows 10 machine in our shop) I can use the TCPS Protocol and the secure port perfectly ok (can connect and execute queries). When I move this code to am AWS EC2 instance (server 2016) I get a wallet failure trying to connect:

Oracle.ManagedDataAccess.Client.OracleException (0x80004005): Network Transport: SSL failure in parsing wallet location.

The wallet location is configured in the app.config in both cases to the same value:

setting name = "WALLET_LOCATION" value="(SOURCE=(METHOD=MCS))"

I can not figure out why this is not working from Server 2016/AWS

Thanks

oracle
amazon-web-services
amazon-rds
oracle-wallet
asked on Stack Overflow Feb 22, 2019 by Jon Newell • edited Feb 23, 2019 by John Rotenstein

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0