spserver/openssl README 1.Introduction spserver/openssl is a plugin for spserver, it enables spserver to support ssl. 2.Building Before building spserver/openssl, OpenSSL must been installed. You can donwload OpenSSL from its home page: http://www.openssl.org/ Edit spserver/openssl/Makefile to specify the path of OpenSSL: OPENSSL_INCL = -I OPENSSL_LIB = -L -lssl -lcrypto To build libspopenssl.so, type $ cd spserver/openssl $ make This will build all the targets include examples. You can run the example programs: $ ./testhttps testhttps[12566]: Listen on port [8080] You can use the browser ( IE, Firefox, etc. ) to visit: https://:8008/ bash-2.05a$ ./testechos testechos[28745]: Listen on port [1995] You can use the stelnet to visit: ./stelnet 127.0.0.1 1995 Enjoy! -- stephen liu