[squeak-dev] Re: Anyone get the SqueakSSL plugin to work under Mac OS X Snow Leopard? Was Re: [ANN] SqueakSSL - a platform interface for SSL/TLS

Andreas Raab andreas.raab at gmx.de
Wed Oct 6 05:37:05 UTC 2010


On 10/5/2010 9:42 PM, Lawson English wrote:
> It now works. Looking at the return stream in the debugger, it seems
> that Linden Lab hasn't validated their SSL certificate in a while, so I
> get the certificate not valid error which I expected.

This may have nothing to do with Lindenlabs. Remember that I said 
certificate verification isn't implemented on the Mac (yet). That's why 
you get the error.

> I trust them anyway, but not sure how to ignore the error and continue.
> Suggestions?

Set the expected failure mask to -1 (meaning: ignore anything) or use an 
error handler and resume it.

Cheers,
   - Andreas



More information about the Squeak-dev mailing list