[Pharo-project] Proxy with authentication support
There is a way to do Software Update over proxy that require login and password? / Alexander
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 Pharo-project@lists.gforge.inria.fr 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%... http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%... ) Adrian Lienhard wrote:
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 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
-- View this message in context: http://n2.nabble.com/Proxy-with-authentication-support-tp2931171p2931427.htm... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Thanks you!With this patch and Adrian code line all work well. / Alexander On Mon, May 18, 2009 at 12:38 PM, Marco Schmidt <Marco.Schmidt@eads.com>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%...
http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%... )
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr 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 <Marco.Schmidt@eads.com
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%...
http://code.google.com/p/pharo/issues/detail?id=347&can=5&colspec=ID%20Type%... )
_______________________________________________ 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)
-
Adrian Lienhard -
Alexandr Batalshikov -
Marco Schmidt