Mobile Cloud Service Connector
Summary
Mobile Cloud Service ConnectorContent
Hello Experts, I am trying to invoke Rest API which is exposed but unsecured i.e without a domain name using IP address the Rest API is exposed and can be invoked on browser which results in a json response. But when I use the same Rest API the connector throws me SSLHandshake exception. Rest API: https://x.x.x.x/connect/services/rest/TestDetails/ ---When invoked on browser gives me a result in json object. But when used in MCS connector it gives me the below error.. So in connector we cannot use non domain URI like with IP address it needs to be only secured URI with a domain name?. { "type": "
1