Squeak SSL

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Squeak SSL

Colin Doherty
Hi,

I've tried your tutorial using-squeakssl-with-seaside and there appears to be issues running this on the MAC - OSX (10.6.4). I went through all the steps but I when I try to connect the browser on 8443 I get nothing.  If I run the SqueakSSL-Tests I get 4 expected failures and 3 errors, the errors being: Error: primitiveSSLCreate failed. Any ideas ?

Thanks 




Reply | Threaded
Open this post in threaded view
|

Re: Squeak SSL

Bert Freudenberg

On 07.08.2010, at 13:52, Colin Doherty wrote:

Hi,

I've tried your tutorial using-squeakssl-with-seaside and there appears to be issues running this on the MAC - OSX (10.6.4). I went through all the steps but I when I try to connect the browser on 8443 I get nothing.  If I run the SqueakSSL-Tests I get 4 expected failures and 3 errors, the errors being: Error: primitiveSSLCreate failed. Any ideas ?

Did you copy SqueakSSL.bundle to Seaside 3.0.app/Contents/Resources?

- Bert -



Reply | Threaded
Open this post in threaded view
|

Re: Squeak SSL

Colin Doherty
Yes, I've done that.

Thanks
Colin

On Sat, Aug 7, 2010 at 2:38 PM, Bert Freudenberg <[hidden email]> wrote:

On 07.08.2010, at 13:52, Colin Doherty wrote:

Hi,

I've tried your tutorial using-squeakssl-with-seaside and there appears to be issues running this on the MAC - OSX (10.6.4). I went through all the steps but I when I try to connect the browser on 8443 I get nothing.  If I run the SqueakSSL-Tests I get 4 expected failures and 3 errors, the errors being: Error: primitiveSSLCreate failed. Any ideas ?

Did you copy SqueakSSL.bundle to Seaside 3.0.app/Contents/Resources?

- Bert -







Reply | Threaded
Open this post in threaded view
|

Re: Squeak SSL

Andreas.Raab
In reply to this post by Colin Doherty
Hi Colin -

The Mac support is currently incomplete. I'm still wrapping my head
around the Apple authentication APIs and haven't quite found out how to
get the keychain certs hooked up properly to the SSL stuff. So for now
it's either Unix or Windows (but note that Windows does not use a .pem
file but rather matches against the subject of the cert in the "MY"
certificate store).

Cheers,
   - Andreas

On 8/7/2010 4:52 AM, Colin Doherty wrote:

> Hi,
>
> I've tried your tutorial using-squeakssl-with-seaside
> <http://squeakingalong.wordpress.com/2010/08/07/using-squeakssl-with-seaside/> and
> there appears to be issues running this on the MAC - OSX (10.6.4). I
> went through all the steps but I when I try to connect the browser on
> 8443 I get nothing.  If I run the SqueakSSL-Tests I get 4 expected
> failures and 3 errors, the errors being: Error: primitiveSSLCreate
> failed. Any ideas ?
>
> Thanks
>
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Squeak SSL

Colin Doherty
Hi Andreas,

Thanks for the update/info.  

Cheers
Colin

On Sat, Aug 7, 2010 at 7:16 PM, Andreas Raab <[hidden email]> wrote:
Hi Colin -

The Mac support is currently incomplete. I'm still wrapping my head around the Apple authentication APIs and haven't quite found out how to get the keychain certs hooked up properly to the SSL stuff. So for now it's either Unix or Windows (but note that Windows does not use a .pem file but rather matches against the subject of the cert in the "MY" certificate store).

Cheers,
 - Andreas


On 8/7/2010 4:52 AM, Colin Doherty wrote:
Hi,

I've tried your tutorial using-squeakssl-with-seaside
<http://squeakingalong.wordpress.com/2010/08/07/using-squeakssl-with-seaside/> and

there appears to be issues running this on the MAC - OSX (10.6.4). I
went through all the steps but I when I try to connect the browser on
8443 I get nothing.  If I run the SqueakSSL-Tests I get 4 expected
failures and 3 errors, the errors being: Error: primitiveSSLCreate
failed. Any ideas ?

Thanks