[squeak-dev] CurlPlugin question

Denis Kudriashov dionisiydk at gmail.com
Thu Sep 16 15:22:35 UTC 2010


Hello

I try CurlPlugin. And I cant set up ntlm proxy authentication
I do:

с := Curl new.
c proxy: '172.123.1.1:3212'.
c onProxyAuthNtlm.
c proxyUserPwd: 'domain\user:pass'.
c getContentUrl: 'http:\\www.google.com'.

But it's raied error: Cant connect server.

Plugin work good when there are no network proxy.

What I do wrong?

Best regards,
Denis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20100916/6b88f620/attachment.htm


More information about the Squeak-dev mailing list