Mobile app(andriod) -> Middleware (Bluemix) -> Backend Server (.net)
As per the Bluemix(Adapter) logs I can see, Mobile App can access Adapter APIs but getting java.security.cert.CertificationException
when accessing Backend Serve's APIs (https) from Adapter(Bluemix)
UnTrusted SSL certificate has been added in Backend Server. So, is there any configuration required to be done in Bluemix to access secured Backend APIs? OR should I have to add keystore files in Bluemix?