Accessing ORDS Rest API in VBCS with Internal Certificate
Content
Hi,
We are trying to create a rest api in ords and want to consume same in VBCS application through Service Connection > Define by EndPoint.
Below is the rest API URL
http://130.162.66.7/ords/ssopdb1/ssowsp/test3/alldata/data
and we are getting the below error in VBCS while doing test on the connection. We imported root cert in ICS instance as this VBCS is came along with ICS instance.
{
"type": "abcs://proxy_auth_problem/ssl/handshake",
"title": "SSL Error",
"detail": "A problem was reported making a SSL connection because of 'General SSLEngine problem'",
"status": 502
}
Someone please help me with the above error. Is there anyway we can add trusted certificates in VBCS.
1