Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry® Enterprise Solution

Reply
New Developer
rehan123
Posts: 7
Registered: 08-06-2009

Using BES Proxy with HTTPS to web server

 

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

 

 

Please use plain text.
BlackBerry Technical Advisor
CerealBypass
Posts: 616
Registered: 03-25-2009
My Carrier: Bell

Re: Using BES Proxy with HTTPS to web server

Not that it would be so simple, but did you happen to configure the MDS-CS to allow untrusted HTTPS connections?

______________________________________________
The only stupid question is the one you don't ask before you reboot the BES.
Please use plain text.
New Developer
rehan123
Posts: 7
Registered: 08-06-2009

Re: Using BES Proxy with HTTPS to web server

Yes, I tried that too.  It just doesn't seem to be able to resolve the proxy settings and connect. 

Please use plain text.