Dario, On 27 Jun 2012, at 15:29, Dario Trussardi wrote:
Hi,
i work with Pharo1.4 Latest update: #14445 on MacBook.
I'm interested to do TLS with Zodiac.
I load the relative Zodiac 1.0 version
In the http://zdc.stfx.eu/zodiac-paper.html i read: " Installation instructions can be found there. Note that Zodiac not only requires Smalltalk code but a VM plugin as well, some VMs include the plugin by default. " Now when i do https request : ZnEasy get: 'https://www.sandbox.paypal.com'. the system erase the error: PrimitiveFailed: primitive #primitiveSSLCreate in ZdcPluginSSLSession failed What i need to do ? I can download a Pharo image with the relative VM plugin installed ? Thanks for any consideration. Dario
Download the latest CogVM from http://www.pharo-project.org/pharo-download at the bottom of the page; that VM should already include the necessary plugin. Then do Gofer it squeaksource: 'Zodiac'; package: 'Zodiac-Core'; package: 'Zodiac-Tests'; load. and for some more tests Gofer it squeaksource: 'ZincHTTPComponents'; package: 'Zinc-Zodiac'; load. That should be all to get HTTPS working. Gofer it squeaksource: 'Zodiac'; package: 'Zodiac-Extra'; load. Loads some other examples of TLS usage. HTH, Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill