Hi Prasad,
On 13 Dec 2011, at 04:35, Prasad Khurd wrote:
> Hello Sven,
> using the key-cert.pem didn't help... I used firefox as client. Attached is
> the walkback and the key-cert.pem.
>
> I used ZdcSecureSocketStreamTests>>testPlain to conclude SqueakSSL.so was not
> loading in Fedora 14(t
Prasad,
Comments inline:
On 11 Dec 2011, at 19:06, Prasad Khurd wrote:
> socketStreamOn: socket
> | stream sss |
> stream := ZdcSecureSocketStream on: socket.
> stream
> binary;
> shouldSignal: true;
> autoFlush: false;
> bufferSize: self class socketB
Hi Prasad,
On 08 Dec 2011, at 18:09, Prasad Khurd wrote:
> Hello Sven,
> I am trying to write a zodiac secure server. I was able to successfully
> make a server copying most of the server part from Zinc Http server. Then, I
> tried replacing the SocketStream with your ZnSecureSocketStream