HELP!

1999-11-29 Thread Mike Welsh
I'm using openssl version 0.9.4 and have an odd problem. I can make a valid SSL connection every other time that I run my app (this happens on both win32 and Solaris). I have debugged down into the ssl library and find that when it fails, it fails in the get_server_hello() function. The low le

HELP!

1999-11-29 Thread Mike Welsh
I'm using openssl version 0.9.4 and have an odd problem. I can make a valid SSL connection every other time that I run my app (this happens on both win32 and Solaris). I have debugged down into the ssl library and find that when it fails, it fails in the get_server_hello() function. The low lev

Help!

1999-11-11 Thread Mike Welsh
I have installed the latest version of openSSL here on my NT box running SP5 and tried to use the cli.cpp in the openssl/demos/ssl/ directory. All goes well until I hit the line: err = SSL_connect (ssl); Then it just hangs. I have already created the TCP socket with no problems. Any ideas? t