11-19-2009 05:41 PM
I have my web serrvice running on weblogic server. I want to access that from my Java application on the device using MDS. I set up a proxy on the BES MDS_CS so that if user types in https://test.com/myapp as the URL, the proxy string is set to <webserver>:<ssl port>.
However, I keep getting HTTP connection got non-200 response code: 400. If I use http://test.com/myapp as the URL and proxy string is set to <webserver>:<non-ssl-port>, that works fine. Any ideas on how I can get this working?
Thanks
RM
11-20-2009 05:19 PM
Not that it would be so simple, but did you happen to configure the MDS-CS to allow untrusted HTTPS connections?
11-30-2009 01:37 PM
Yes, I tried that too. It just doesn't seem to be able to resolve the proxy settings and connect.