Sven, i'm not expert about VM.
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.
Ok, i download it for MAC and paste it into Pharo-1.4-one-click content. ( I do right ? ) After i run Pharo-1.4 and do the following Gofer command:
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.
Now after it the system erase the same error: PrimitiveFailed: primitive #primitiveSSLCreate in ZdcPluginSSLSession failed I wrong something ? Thank, Dario
HTH,
Sven
-- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill