I have the SSL running on Linux and FPC. I only needed to create symbolic links of the libraries in the same folder to the application with the right name, ex.: libcrypto.so -> /usr/lib/libcrypto.so libssl.so -> /usr/lib/libssl.so.0 libssl.so.0 -> /usr/lib/libssl.so.0
Don't forget to create the right certification files and assign them to SSL properties of Synapse. Best regards, Nelson > Dear > > I have the same problem on Linux system > The ssl synpase didn't working properly with me too... see ([HTTPS]: > Looking for a ssl http client [fpc-pascal]) thread > Currently the only way for me is to implement ssl is to use Tcurl > freepascal pas about using curl libraries. > > > > > > stu a écrit : >> I am having trouble implementing SSL between my server and client. I >> have a couple of simple applications that communicate with each other >> perfectly. However, when I introduce the OpenSSL plugin, connections >> are not being allowed. >> >> I am attempting to implement SSL encryption between the Client and >> Server (using a certificate that I need to create). Can anyone give me >> any pointers? >> >> Thanks >> >> >> >> ------------------------------------------------------------------------- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to share >> your >> opinions on IT & business topics through brief surveys - and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> synalist-public mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/synalist-public >> >> > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
