Michael Joyner ᏩᏯ wrote:
HTTPS connection, how to debug to determine what is going wrong?

It appears that the code to load the SSL and Crypto libraries is less than forgiving...

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

Reply via email to