We have http server for our dev / test environments. Both schemas are on same servers with different port numbers. Recently we have created few REST APIs. We get expected result from DEV environment.
On test environment, if roles and privilege are not applied it works. I mean I can successfully use API.
But once applied, I'm getting below mentioned error while genrating token on Postman.
"Error-Reason: error="URL"; error_description*=UTF-8''This%20resource%20must%20only%20be%20accessed%20over%20HTTPS.%20It%20was%20incorrectly%20accessed%20using%20HTTP"
For start I checked,
security.verifySSL
is set FalseAuthorization Required for Metadata Access
is set to YesCan help, what else I shall need to check?
It would appear that the verifySSL setting is what controls this.
Have you restarted ORDS to ensure the setting is taking effect?