Reuven Sabi wrote:
I checked on both computers and notices the following differences in the log
NOT Working Computer
SSL connected: new session negotiated Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 Socket closed on read Sending SSL write shutdown SSL_shutdown successfully sent close_notify SSL closed on SSL_read Sending socket write shutdown Connection closed: 141 bytes sent to SSL, 185 bytes sent to socket Service XXXX finished (0 left)
Working Computer
SSL connected: new session negotiated Negotiated ciphers: RC4-SHA SSLv3 Kx=RSA Au=RSA Enc=RC4(128) Mac=SHA1 Peer certificate was cached (871 bytes) SSL connected: new session negotiated Connection reset: 308 bytes sent to SSL, 722 bytes sent to socket Service XXXX finished (0 left)
How can i fix this ?
Now it's clear that the problem is in your application, and not in stunnel.
Mike