[Pharo-project] Monticello & proxy with security.
hi folks. right now, i'm behind a squid proxy with security (user & pass).. in the preferences, I find the proxy configuration, but only have ip and port. Exists a way to set user and password in that connection??? Thanks in advance.
2010/7/7 Diogenes Moreira <diogenes.moreira@gmail.com>
hi folks.
right now, i'm behind a squid proxy with security (user & pass).. in the preferences, I find the proxy configuration, but only have ip and port. Exists a way to set user and password in that connection???
Hi Diogenes, Evaluate: HTTPSocket useProxyServerNamed:'192.168.1.1' port:3128 proxyUser:'user' password:'password' see http://book.pharo-project.org/book/TipsAndTricks/PharoRC/ Cheers, Laurent Laffont http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Thanks in advance.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Thank you, work fine.. :) 2010/7/7 laurent laffont <laurent.laffont@gmail.com>
2010/7/7 Diogenes Moreira <diogenes.moreira@gmail.com>
hi folks.
right now, i'm behind a squid proxy with security (user & pass).. in the preferences, I find the proxy configuration, but only have ip and port. Exists a way to set user and password in that connection???
Hi Diogenes,
Evaluate:
HTTPSocket useProxyServerNamed:'192.168.1.1' port:3128 proxyUser:'user' password:'password'
see http://book.pharo-project.org/book/TipsAndTricks/PharoRC/
Cheers,
Laurent Laffont
http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Thanks in advance.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
In Pharo 1.1 (not in 1.0) with the new settings browser, you are allowed to put port and ip, but also username and password. Cheers Mariano 2010/7/7 laurent laffont <laurent.laffont@gmail.com>
2010/7/7 Diogenes Moreira <diogenes.moreira@gmail.com>
hi folks.
right now, i'm behind a squid proxy with security (user & pass).. in the preferences, I find the proxy configuration, but only have ip and port. Exists a way to set user and password in that connection???
Hi Diogenes,
Evaluate:
HTTPSocket useProxyServerNamed:'192.168.1.1' port:3128 proxyUser:'user' password:'password'
see http://book.pharo-project.org/book/TipsAndTricks/PharoRC/
Cheers,
Laurent Laffont
http://pharocasts.blogspot.com/ http://magaloma.blogspot.com/
Thanks in advance.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Diogenes Moreira -
laurent laffont -
Mariano Martinez Peck