I am using the OpenSSL dlls libeay32 and ssleay32 to send SMTP email using TLS. My code works fine on most machines, but on one particular computer, it fails with the error:
"Start SSL negotiation command failed" Whenever I try to connect to the mail server. This machine is a Windows 7 32 bit install. Can anyone shed some light on what might cause this, or how I can best debug the problem? Thanks,