Hi,

The error string you are giving is not part of the OpenSSL code, so we can't help you much. You have to give us the error code returned by what ever OpenSSL function you are using. A stripped down version of your code would also help better understand your approach. Under Windows, some problems can arise because conflicting versions of the OpenSSL dlls exist on different directories belonging to the PATH. try checking if the machine where the problem exists has only the version of dlls you are targeting.

Cheers,
--
Mounir IDRASSI
IDRIX
http://www.idrix.fr

On 10/13/2010 11:23 PM, Roger Eckhard wrote:
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.   All the machines are connecting 
to the same mail server (Gmail) so its not a problem on the server end.  The 
problem 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,

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to