Re: [Pharo-project] Help: Zodiac secure server.

2011-12-13 Thread Sven Van Caekenberghe
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

Re: [Pharo-project] Help: Zodiac secure server.

2011-12-12 Thread Sven Van Caekenberghe
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

Re: [Pharo-project] Help: Zodiac secure server.

2011-12-09 Thread Sven Van Caekenberghe
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