<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Michael Joyner ᏩᏯ wrote:
<blockquote cite="mid:4B117176.2050403@vbservices.net" type="cite"><font
 face="Aboriginal Sans">HTTPS connection, how to debug to
determine what is going wrong?<br>
  <br>
  </font></blockquote>
It appears that the code to load the SSL and Crypto libraries is less
than forgiving...<br>
<br>
I had to put:<br>
<br>
       DLLSSLName := '/lib/libssl.so.0.9.8';<br>
       DLLUtilName := '/lib/libcrypto.so.0.9.8';<br>
<br>
before:<br>
<br>
    SYNAPSE_RegisterHTTP_Transport();<br>
<br>
<br>
</body>
</html>