Hello Thanx for replying. By live testing I mean, actual client connections that a server is supposed to accept. The client I developed is a very basic one and I have only tested it from localhost. I dont know if it will work from outside or not.
Additionally, I have already deployed latest OpenSSL version and it does not work either with new libraries and make etc. I tried the binary test client in the OpenSSL installation to connect to my server (ofcourse from localhost). It worked too. The real world clients that are to work with my server are already in working condition and work with servers elsewhere. Now I am trying binary test server in OpenSSL installation to see if it performs handshake properly. Other thing that I forgot to mention in the previous mail. My server is multi-threaded. I have provided both callback functions and locks as per requirement. I followed the example code from "crypto/thread/" directory in OpenSSL installation. Regards Nauman Akbar Concise Solutions On Wed, 9 Feb 2005 10:10:55 -0800, David Schwartz <[EMAIL PROTECTED]> wrote: > > > The most intriguing part is when I was writing this server, I > > developed a small client just to test connectivity. That client > > succeeds. However, when doing live testing not a single connection was > > accepted from outside. The test client was run on the same host. I > > obtained network traffic using "ssldump" > > (http://www.rtfm.com/ssldump/). Its dump is given below for a single > > connection. > > I don't understand exactly what you're saying here. When you say "live > testing", what do you mean? What is different between the case that works > and the case that doesn't work? > > Does the exact same client software work on the same host and not on > another host? Or is there a different client program that doesn't work under > any cases? > > DS > > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]