Hi, When I close the connection from the server SSL_shutdown(ssl) and I have the client connect again via: openssl s_client -tls1 -msg -port 8080 the second time it tries to connect (2nd time run the above command again with the server code attached in the previous email), I'm not able to get a handhsake. Here is an example of what I run: ssls.exe then: openssl s_client -tls1 -msg -port 8080 (returns after connection closed - normal behavior) openssl s_client -tls1 -msg -port 8080 (run this again and it sits there no handshake occurs, while ssls.exe is still running in its single thread). -Irfan
---------------------------------------- > Subject: RE: Question about Sessions and gcc compiler > Date: Sun, 19 Jul 2009 22:27:07 -0700 > From: viv...@chelsio.com > To: openssl-users@openssl.org > > Can u please provide the series of calls that u make in the server and > client. > > What do u mean by close the connection from the server? Does the server > spawn a new thread to handle client requests? > > -----Original Message----- > From: owner-openssl-us...@openssl.org > [mailto:owner-openssl-us...@openssl.org] On Behalf Of Irfan Gulamali > Sent: 19 July 2009 03:23 > To: openssl-users@openssl.org > Subject: Question about Sessions and gcc compiler > > > Hi, > > I was curious to know if there are future plans for OpenSSL to support > mingw 4.x compiler (gcc)? > > Also, I noticed in some of my server code that if I connect a client and > I close the connection from the server that if the client tries to > connect again the handshake doesn't start. > > I've attached my code. > > -Irfan > _________________________________________________________________ > Send and receive email from all of your webmail accounts. > http://go.microsoft.com/?linkid=9671356 > ______________________________________________________________________ > OpenSSL Project http://www.openssl.org > User Support Mailing List openssl-users@openssl.org > Automated List Manager majord...@openssl.org _________________________________________________________________ More storage. Better anti-spam and antivirus protection. Hotmail makes it simple. http://go.microsoft.com/?linkid=9671357______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org