HI there,
I am trying to consume an OS REST API (personal cloud) from my local computer using Oracle XE database PL/SQL. As it is https then Oracle needs certificate that will be created in Oracle Wallet Manager. I call the REST using chrome and get its certificate (using the padlock in the browser). When i used the certificate and call the OS REST API from pl/sql, this error raised: ORA-29024: Certificate validation failure.
I am wondering, is it correct the way i get the OS REST API certificate? thank you