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(test failed) but did in Ubuntu 10.10(test passed). Is that sufficient a test? I will try your suggestion too next time.
thanks and regards, Prasad
I implemented my own version of an HTTPS server called ZnSecureServer (in the package 'Zinc-Zodiac' in http://www.squeaksource.com/ZincHTTPComponents) and I got it working (more or less) on the latest Ubuntu with both Firefox and curl as clients (Google Chrome did not work) and your certificate. You have to accept the security exception for the self signed certificate in FF or use the -k option for curl. Error handling is not good yet, you might have to restart the server. There was indeed still an error in ZnSecureSocketStream>>#accept as I expected. So use the very latest versions. (ZnSecureServer on: 1443) certificate: '/home/sven/ssl/key-cert.pem'; logToTranscript; start; yourself. https://localhost:1443 Disclaimer: this is an experimental proof of concept. Let me know how it goes. Regards, Sven