On Monday 12 June 2006 12:01, Srilalitha Muralidhara wrote:
2006.06.12 10:47:45 LOG7[19699:28]: SSL alert (write): warning: close notify
Clean SSL shutdown alert was received.
2006.06.12 10:47:50 LOG3[19699:28]: SSL_read: Connection reset by peer (131)
... and then TCP RST!
Strange. It looks like your application has set SO_LINGER option on its socket, so it sends TCP RST instead of TCP FIN packet.
Best regards, Mike