oracle-wallet

Specify certificate and key in oracle wallet

怎甘沉沦 提交于 2021-02-11 12:13:03
问题 I'm making a POST request in PL/SQL, but I'm running into a Certificate validation failure error. If I run it outside of the database, in either cURL or Postman it works fine. In the latter programs, I need to specify the client certificate, private key and CA certificate. In cURL I am using --cert , --key and --cacert . When running in PL/SQL, I can only specify the wallet where these files are stored, but I don't seem to have an option of specifying which certificate and key I want to use,