[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

Lawson English lenglish5 at cox.net
Wed Oct 6 06:58:34 UTC 2010


  On 10/5/10 10:37 PM, Andreas Raab wrote:
> 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.
>

Safari complains too when I tested the URL in the browser, but no matter.

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

RIght. I was hoping there was an obvious setting for the quick and dirty 
class methods, e.g.: WebClient httpGet: URL failureMask: -1...

Guess I could add that method myself, eh?


Lawson





More information about the Squeak-dev mailing list