Hi Alain. I am behind a proxy that requires user and password. In 1.0, I used to evaluate this:
HTTPSocket useProxyServerNamed: '10.100.1.4' port: 9090 proxyUser: 'XXX' password: 'YYY' or even (because IP and port was detected automatically) HTTPSocket proxyUser: 'XXX' password: 'YYY'. Now, in 1.1 I tried to do it from the settings, but I only have IP and port. No fields for username and password. I tried everything, but I couldn't make it work :( I tried, for example, this: NetworkSystemSettings proxyUser: 'XXX'; proxyPassword: 'YYY'; useNetworkAuthentification: true Do you know how can I achieve this ? Thanks Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hi Mariano,
I've checked and yes, it seems that the username and the passwd are not managed correctly :( please, could you check with the attached new version and tell me ? thanks Alain Mariano Martinez Peck a écrit : > Hi Alain. I am behind a proxy that requires user and password. In 1.0, > I used to evaluate this: > > HTTPSocket useProxyServerNamed: '10.100.1.4' port: 9090 > proxyUser: 'XXX' password: 'YYY' > > or even (because IP and port was detected automatically) > > HTTPSocket proxyUser: 'XXX' password: 'YYY'. > > Now, in 1.1 I tried to do it from the settings, but I only have IP and > port. No fields for username and password. I tried everything, but I > couldn't make it work :( > > I tried, for example, this: > > NetworkSystemSettings proxyUser: 'XXX'; proxyPassword: 'YYY'; > useNetworkAuthentification: true > > > Do you know how can I achieve this ? > > Thanks > > Mariano _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project NetworkSystemSettings-AlainPlantec.4.mcz (5K) Download Attachment |
Thanks Alain. I tried but didn't work. I am not sure also the correct way to do it. I don't see the user and password fields from the UI, So I guess I should do it from a workspace. I tried the 3 things I told you in the last email, but same results :(
Hos should I do it ? Thanks Mariano 2010/1/27 Alain Plantec <[hidden email]> Hi Mariano, _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Mariano Martinez Peck a écrit :
> Thanks Alain. I tried but didn't work. I am not sure also the correct > way to do it. I don't see the user and password fields from the UI, So > I guess I should do it from a workspace. I tried the 3 things I told > you in the last email, but same results :( ok, I will check with previous version. but, from the setting UI, you should at least be able to enter user and pasword as depicted by attached screenshot. isn't it the case ? Alain > > Hos should I do it ? > > Thanks > > Mariano > > 2010/1/27 Alain Plantec <[hidden email] > <mailto:[hidden email]>> > > Hi Mariano, > I've checked and yes, it seems that the username and the passwd > are not managed correctly :( > please, could you check with the attached new version and tell me ? > thanks > Alain > > > Mariano Martinez Peck a écrit : > > Hi Alain. I am behind a proxy that requires user and password. > In 1.0, I used to evaluate this: > > HTTPSocket useProxyServerNamed: '10.100.1.4' port: 9090 > proxyUser: 'XXX' password: 'YYY' > > or even (because IP and port was detected automatically) > > HTTPSocket proxyUser: 'XXX' password: 'YYY'. > > Now, in 1.1 I tried to do it from the settings, but I only > have IP and port. No fields for username and password. I tried > everything, but I couldn't make it work :( > > I tried, for example, this: > > NetworkSystemSettings proxyUser: 'XXX'; proxyPassword: 'YYY'; > useNetworkAuthentification: true > > > Do you know how can I achieve this ? > > Thanks > > Mariano > > > > _______________________________________________ > Pharo-project mailing list > [hidden email] > <mailto:[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 network.png (29K) Download Attachment |
btw it would be great is the password in MCBrowser would be hidden ++++++ too.
Stef _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Alain Plantec-4
2010/1/27 Alain Plantec <[hidden email]>
Sorry....it was my fault. Thanks for asking again. Yes, I see the user and password from the UI now....However, entering them, seems not to work. Cheers Mariano Alain _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Stéphane Ducasse
On Wed, Jan 27, 2010 at 9:17 PM, Stéphane Ducasse <[hidden email]> wrote: btw it would be great is the password in MCBrowser would be hidden ++++++ too. yes, if we want to be "professional" we cannot just show the password :)
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |