BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   Developer Forum (http://www.blackberryforums.com/forumdisplay.php?f=15)
-   -   MDS-simulator and proxy (http://www.blackberryforums.com/showthread.php?t=28005)

jeka 03-08-2006 08:39 AM

MDS-simulator and proxy
 
Is there a way to configure MDS-simulator to use a proxy to connect to the Internet? What about a proxy that requires authentication?

Thanks.

d_fisher 03-08-2006 09:10 AM

How To - Configure the MDS simulator to work behind a proxy

This should take care of your needs. Just enter the proxy address and port per the instructions. If you leave the username and password blank then you will get prompted on the BlackBerry.

jeka 03-08-2006 09:56 AM

Thanks a lot.

There is also one more setting which enables the proxy use to begin with that is not mentioned in the "how to". That is application.handler.http.proxyEnabled=true

Thanks again.

adiponio 03-17-2006 03:53 PM

Hi there,

adiponio 03-17-2006 03:56 PM

Hi There,

I have verified that all that's mentioned above is in place in the rimpublic.property file for the MDS sim, but I still cannot get the BB sim to go to any web pages. Is there somehting else I should be doing or checking?

Thanks for any help.

shurick 07-16-2007 02:35 AM

Hi.
Quote:

Originally Posted by d_fisher (Post 185870)

This allowed me to use proxy for http connections. But I'm still not able to use https connections. I found "[HTTPS=HANDLER]" section in "rimpublic.property" and tried to add following lines to this section
Code:

application.handler.http.proxyEnabled=true
application.handler.http.proxyHost=proxy
application.handler.http.proxyPort=3128

But it did not help me.
Also I tried to add
Code:

application.handler.https.proxyEnabled=true
application.handler.https.proxyHost=proxy
application.handler.https.proxyPort=3128

both in "[HTTPS=HANDLER]" and "[HTTP=HANDLER]" sections and still no luck :-(
Does anybody know how to configure MDS simulator to use proxy for https connections?
Thanks in advance.

d_fisher 07-16-2007 12:07 PM

Not sure if they changed the instructions but here are the settings I use in the [HTTP HANDLER] section. I dont do anything special for https.


Quote:

application.handler.http.proxyEnabled = true
application.handler.http.proxyAutoConfig = true
application.handler.http.proxyAutoConfigURL= http://xxxx.xxxx.xxxxx/proxy.pac

Rose 07-18-2007 01:30 AM

Hi,

application.handler.http.proxyHost = xxx.xxx.x.xxx
application.handler.http.proxyPort = xxx
application.handler.http.proxyEnabled = true


This is the settings used to enable MDS work behind proxy. Check the proxy ip address and port.


All times are GMT -5. The time now is 05:25 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.