Open sedrakpc opened 2 years ago
I had to disable TLS validation in the mean time, until I find a proper solution 😕
process.env.NODE_TLS_REJECT_UNAUTHORIZED = 0;
But this is a temporary solution.
In other_modules/oci/services.json the WAAS url is wrong
Should be "endpoint": "waas.{{region}}.oci.oraclecloud.com"
Changing that fixed it
Based on this site https://docs.oracle.com/en-us/iaas/api/#/en/waas/
Confirming the change suggested by @mwimpy-deloitte fixes the issue.
Hi,
I'm trying to run cloudsploit on Oracle cloud, but getting 505. Certificate is not expired and it is working fine with command line OCLI. Any Ideas?