There is a way to do Software Update over proxy that require login and password?
/ Alexander
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Alexander,
It seems this is missing in the preference browser but you can set the proxy with authentication programmatically: HTTPSocket useProxyServerNamed: proxyServerName port: portNum proxyUser: aString password: anotherString HTH, Adrian ___________________ http://www.adrian-lienhard.ch/ On May 18, 2009, at 09:24 , Alexandr Batalshikov wrote: > There is a way to do Software Update over proxy that require login and > password? > / Alexander > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
After providing the correct user/password there is issue 347 (http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%20Status%20Summary%20Milestone)
|
Thanks you!
With this patch and Adrian code line all work well. / Alexander
On Mon, May 18, 2009 at 12:38 PM, Marco Schmidt <[hidden email]> wrote:
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
OK. I tagged issue 347 to get into milestone 1.0.
Adrian On May 18, 2009, at 13:39 , Alexandr Batalshikov wrote: > Thanks you!With this patch and Adrian code line all work well. > > / Alexander > > On Mon, May 18, 2009 at 12:38 PM, Marco Schmidt <[hidden email] > >wrote: > >> >> After providing the correct user/password there is issue 347 ( >> >> http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%20Status%20Summary%20Milestone >> >> http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%20Status%20Summary%20Milestone >> ) >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > _______________________________________________ > Pharo-project mailing list > [hidden email] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |