[squeak-dev] Installing SqueakSSL automatically?

Ron Teitelbaum ron at usmedrec.com
Mon Feb 25 20:51:24 UTC 2013


Hi Frank,

The plugin is really very cool.  It's really just a wrapper on the platform
implementation of SSL.  

So for linux you need to make sure you have OpenSSL installed but for Win
and Mac it just uses the built in implementations.  It's an excellent
implementation and quite fast.

All the best,

Ron Teitelbaum


> -----Original Message-----
> From: squeak-dev-bounces at lists.squeakfoundation.org [mailto:squeak-dev-
> bounces at lists.squeakfoundation.org] On Behalf Of Frank Shearar
> 
> On 25 February 2013 19:52, Frank Shearar <frank.shearar at gmail.com> wrote:
> > Hi Ron,
> >
> > Thanks. I take it it's a Windows only plugin then?
> 
> No, it's not, thankfully. (Next time I'll spare the 5 minutes and glance
at the
> source!)
> 
> > frank
> >
> > On 25 February 2013 19:28, Ron Teitelbaum <ron at usmedrec.com> wrote:
> >> Hi Frank,
> >>
> >> You need to either build the plugin yourself or you could download
> >> the binary files from here:
> >>
> >> http://code.google.com/p/squeakssl/downloads/detail?name=SqueakSSL-bi
> >> n-0.1.5
> >> .zip&can=2&q=
> >>
> >> All the best
> >>
> >> Ron Teitelbaum
> >>
> >>> -----Original Message-----
> >>> From: squeak-dev-bounces at lists.squeakfoundation.org
> >>> [mailto:squeak-dev- bounces at lists.squeakfoundation.org] On Behalf Of
> >>> Frank Shearar
> >>> Sent: Monday, February 25, 2013 2:25 PM
> >>> To: The general-purpose Squeak developers list
> >>> Subject: [squeak-dev] Installing SqueakSSL automatically?
> >>>
> >>> http://www.squeaksource.com/WebClient/ says
> >>>
> >>> To install SqueakSSL you need to download and install the binary
> >>> version
> >> of the
> >>> plugin and then install SqueakSSL via:
> >>>
> >>> (Installer ss)
> >>>       project: 'SqueakSSL';
> >>>               install: 'SqueakSSL-Core';
> >>>               install: 'SqueakSSL-Tests'.
> >>>
> >>> But how do I install the plugin? Is it possible to do so
> >> programmatically/in an
> >>> automated fashion?
> >>>
> >>> Otherwise these will stay sad and yellow:
> >>> http://build.squeak.org/job/ExternalPackage-WebClient/1/#showFailure
> >>> sLink
> >>>
> >>> frank
> >>>
> >>
> >>
> >>
> 




More information about the Squeak-dev mailing list