[squeak-dev] Re: WebClient + SqueakSSL = https

Andreas Raab andreas.raab at gmx.de
Mon Jul 26 15:08:10 UTC 2010


On 7/26/2010 6:59 AM, Levente Uzonyi wrote:
> I found a few issues with logging on unix:
> - SqueakSSL >> #primitiveSSL:setIntProperty:toValue: calls
> #primitiveSetStringProperty instead of #primitiveSetIntProperty.
> - #primitiveSetIntPropery always fails, because sqSetIntPropertySSL always
> returns 0, it should return 1 at the end of the function.
> After fixing these #logLevel: with argument 1 didn't give any output. It
> works with 2 and 3. It's a bit annoying that the log messages are not
> flushed (printf is buffered), so one has to generate a few requests to
> see the result of the first one (I can't flush stdout without FFI or
> OSProcess).

Thanks, I will fix that. For some reason the output in my Ubuntu is 
unbuffered; any ideas why that would be?

> I attached the output of [WebClient httpGet:
> 'https://www.google.com/search?q=squeak'] generated with #logLevel: 3.

Your analysis in the other email is correct. The error code means the CA 
certs are missing and installing them should fix the problem.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list