[squeak-dev] Re: anyone ever use google maps with squeak?

Enrico Spinielli enrico.spinielli at googlemail.com
Wed Aug 17 09:23:35 UTC 2011


At least from the web interface, I do NOT see them
neither for
http://squeaksource.com/WebClient
nor for
http://www.squeaksource.com/SqueakSSL

weird...or I do something wrong...

Bye
Enrico

On Wed, Aug 17, 2011 at 09:17, Andreas Raab <andreas.raab at gmx.de> wrote:
> On 8/17/2011 8:25, Enrico Spinielli wrote:
>>
>> Andreas,
>> I do not see anything new in SqueakSSL (or WebClient) and updating both
>> to latest available versions I do not see SqueakSSLCertificateError...
>>
>> I checked both in my image and on the relevant project pages on
>> squeaksource.com
>
> Looks like yet another Squeaksource failure. I uploaded the packages again.
>
> Cheers,
>  - Andreas
>
>
>> Did you push the update you mentioned below somewhere else?
>>
>> Thanks in advance for your reply (and for the example code below)
>> Bye
>> Enrico
>>
>> On Tue, Aug 16, 2011 at 19:19, Andreas Raab<andreas.raab at gmx.de>  wrote:
>>>
>>> On 8/16/2011 0:06, Enrico Spinielli wrote:
>>>>
>>>> On OS X (Snow Leopard) taking the bundle from SqueakSSL google code
>>>> page resolves the primitiveSSLCreate, but
>>>> the issue described in [1] related to certificate validation remains,
>>>> i.e. there are no hooks
>>>> in WebClient to set failure mask...you have to change WebClient
>>>> (Andreas mentioned in [1] the possibility
>>>> to use an error handler but I do not know how to proceed...).
>>>
>>> I just committed a change to signal a more explicit error. With the
>>> updated
>>> SqueakSSL-Core package you should be able to do, e.g.,
>>>
>>>        [WebClient httpGet: 'https://invalid.ssl.domain']
>>>                on: SqueakSSLCertificateError
>>>                do:[:ex| ex resume]. "ignore all cert issues"
>>>
>>> Cheers,
>>>  - Andreas
>>>
>>>
>>
>>
>>
>
>
>



-- 
Enrico Spinielli
"Do Androids dream of electric sheep?"— Philip K. Dick
"Hear and forget; see and remember;do and understand."—Mitchel Resnick



More information about the Squeak-dev mailing list