Guillaume ROQUES wrote:
 
> By the way I tested the WebServerDemo and when I'd like to access to
> demo.html, on SSL default port, I got an Exception : "Unsupported
> OpenSSL version" Do we need to install OpenSSL ? 

Yes, but only if you actually use SSL in the project, OpenSSL
libraries are loaded dynamically on the first call to an OpenSSL function.
There is a download link to the required OpenSSL-Binaries v0.9.8e
on the Overbyte-ICS page and a short description of how to build your
own libraries with MinGW at the bottom of IcsSslHowTo.txt
The download includes an installer that copies the DLLs to
the system32 directory. You need to deploy two DLLs libeay32.dll and
ssleay32.dll, copy them into the application folder to avoid conflicts. 
Note that the libraries from the installer-download do not work on all
systems since they require some microsoft library not always available.
I suggest that you deploy the self-compiled libraries even though they
are a bit bigger.
Currently OpenSSL v0.9.8e is the only version supported and tested.
Any other version will raise an exception.

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to