[Seaside] Re: http://www.salesforce.com/

Ron Teitelbaum Ron at USMedRec.com
Mon Feb 4 01:27:16 UTC 2008


Hi Jason, 

There is a SSL package that works quite well for squeak.

1) load the cryptography package from squeak source.
2) get yourself a certificate from CACert (www.cacert.com)
3) import the cert using Rob's PCKS reader
4) start the ssl server if you need to be a server or us the ssl client to
connect to the server.  (if you are only connecting with the client you
don't need a certificate)

There is an SSL workspace that will open up when you load the code that has
examples of both the server and the client.  I've been using our SSL code
and it works quite well.  Oh and make sure you have the DESPlugin plugin
code for windows, or build the plugin for other platforms.  The performance
may not be adequate without it. 

Hope that helps,

Ron Teitelbaum
Squeak Cryptography Team Leader


> From: Jason Rogers
> 
> I tried stunnel-ing once, but was not successful at setting it up.
> 
> On Feb 2, 2008 11:19 AM, itsme213 <itsme213 at hotmail.com> wrote:
> > "Jason Rogers" <jacaetevha at gmail.com> wrote in message
> > > The SSL connection / certificate is the issue.
> >
> > Could you use a lower-level solution outside squeak ? e.g. stunnel
> > http://www.visoracle.com/squeak/faq/stunnel.html
> >
> > - Sophie
> >
> >
> >
> >
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> >
> 
> 
> 
> --
> Jason Rogers
> 
> "I am crucified with Christ: nevertheless I live;
> yet not I, but Christ liveth in me: and the life
> which I now live in the flesh I live by the faith of
> the Son of God, who loved me, and gave
> himself for me."
>     Galatians 2:20
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list