Michael Joyner ᏩᏯ wrote:
It appears that the code to load the SSL and Crypto libraries is less than forgiving...HTTPS connection, how to debug to determine what is going wrong?
I had to put:
DLLSSLName := '/lib/libssl.so.0.9.8';
DLLUtilName := '/lib/libcrypto.so.0.9.8';
before:
SYNAPSE_RegisterHTTP_Transport();
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
