Monticello & proxy with security.

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

Monticello & proxy with security.

Diogenes Moreira
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.

_______________________________________________
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: Monticello & proxy with security.

laurent laffont
2010/7/7 Diogenes Moreira <[hidden email]>
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'



Cheers,



Thanks in advance.

_______________________________________________
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: Monticello & proxy with security.

Diogenes Moreira
Thank you, work fine.. :)

2010/7/7 laurent laffont <[hidden email]>
2010/7/7 Diogenes Moreira <[hidden email]>

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'



Cheers,



Thanks in advance.

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

Re: Monticello & proxy with security.

Mariano Martinez Peck
In reply to this post by laurent laffont
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 <[hidden email]>
2010/7/7 Diogenes Moreira <[hidden email]>

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'



Cheers,



Thanks in advance.

_______________________________________________
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