After switch to connect via TLS in OCI APEX app can't connect to database
Hi,
after i changed from mTLS to TLS authentication in the OCI Autonomous AI Database the connection via TLS in the SQL Developer works fine but now for the APEX app it's not possible to connect to the database for other IP's because APEX connection is also controlled by the ACL. I only want to connect via TLS by the SQL Developer.
The following configuration steps i did.
- Download the database connection string in the Oracle Cloud Console.
- Adding of my IP address in the Access control list.
- Switch off the ‘Require mutual TLS (mTLS) authentication’. This step was required because of the error ‘ORA-12506 TNS:listener rejected connection based on service ACL filtering’.
0