Hi !

We have set up a server in our company SLDAP (SLDAP is just LDAP with SSL protocol) for authentication of individuals.
And
 with the tool LDAPlayer (http://www.squeaksource.com/LDAPlayer) I tried to connect to that server, except that it does not take into account the SSL (SocketStream the cause, I think ).

So I picked Zodiac (http://www.squeaksource.com/Zodiac), and ran ​​the unit tests. All passed except ClassZdcSecureSocketStreamTests ("PrimitiveFailed: # primitiveSSLCreate in a primitive ZdcPluginSSLSession failed").

So I arrived on "<primitive:'primitiveCreate' module:'SqueakSSL'>" (ZdcPluginSSLSession>> primitiveSSLCreate). so I picked http://www.squeaksource.com/SqueakSSL , makes the unit tests, not functional, so I go looking for the DLL
which I had seen on the mailling-list, copied it the root of the Pharo image, but still nothing functional.

Come my question, what should I use to transform SocketStream
 into something accepting SSL? If you advise Zodiac, how to solve my primitive concerns?

Thank you in advance
Leduc B.