Amazon RDS Oracle - SSL - Fatal SSL Error

rbrooker

Member³
Hi Marco,

Hoping you can help with this. I am connecting to a database hosted on AWS RDS using secure TCPS over port 2484.

SQL Developer can do it, after adding the RDS root ca certificate into its supplied cacerts keystore.

I used OWM to create a wallet with the CA cert in it (only that cert), and then used keytool.exe to copy the remaining 95 certs from the keystore to the wallet (they now contain the same 96 certs each).

So .. SQLD can connect to the database in question (cacerts keystore) but PLSD cannot (Oracle wallet). There are the same 96 certificates in both places.

Any thoughts as to what I'm doing wrong? I would much much prefer to use PLSD.
 
Back
Top