Proxy with authentication support

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Proxy with authentication support

Alexander Batalshikov
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
Reply | Threaded
Open this post in threaded view
|

Re: Proxy with authentication support

Adrian Lienhard
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
Reply | Threaded
Open this post in threaded view
|

Re: Proxy with authentication support

Marco Schmidt
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)

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
Reply | Threaded
Open this post in threaded view
|

Re: Proxy with authentication support

Alexander Batalshikov
Thanks you!
With this patch and Adrian code line all work well.

/ Alexander



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Proxy with authentication support

Adrian Lienhard
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