VBCS Visual Builder error "A certificate in the remote path is reported as invalid because of Certificate chaining error", resulting http errors like http 400 and 502.
(Doc ID 2511423.1)
Last updated on FEBRUARY 06, 2021
Applies to:
Visual Builder StudioInformation in this document applies to any platform.
Symptoms
When invoking ICS service from VBCS, it returns http 400 error, as below:
{
"title" : "Bad Request",
"status" : "400",
"o:errorDetails" : [ {
"detail" : "\nException in expression \"ProvisioningDetail\" object function call_ICS_to_CreateContract() : oracle.adf.model.connection.rest.exception.RestConnectionException A certificate in the remote path is reported as invalid because of Certificate chaining error\nat \"ProvisioningDetail\" object function call_ICS_to_CreateContract() line 306\n\n", "o:errorCode" : "25184"
} ]
}
"title" : "Bad Request",
"status" : "400",
"o:errorDetails" : [ {
"detail" : "\nException in expression \"ProvisioningDetail\" object function call_ICS_to_CreateContract() : oracle.adf.model.connection.rest.exception.RestConnectionException A certificate in the remote path is reported as invalid because of Certificate chaining error\nat \"ProvisioningDetail\" object function call_ICS_to_CreateContract() line 306\n\n", "o:errorCode" : "25184"
} ]
}
The same root cause can also result in other http errors, like http 502.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |