<div dir="ltr">Hi guys,<div><br></div><div>I am struggling with a problem for some time. I searched about this problem in the stunnel mails archives  and also on Google but couldn't find a solution and I ran out of ideas so I was thinking to write you about it.</div><div>I am using Eclipse to access and manipulate the data from a linux server. I want to use stunnel when I connect to the server via Eclipse, so I installed and configured everything as it follows:</div><div><br></div><div>The server I am using is SuSE Linux and the stunnel version which I installed is this one:</div><div><i>stunnel 4.27 on x86_64-suse-linux-gnu with OpenSSL 0.9.8j-fips 07 Jan 2009</i><br></div><div><br></div><div>The stunnel version on Windows 7 is: </div><div><i>stunnel version 5.10</i></div><div><br></div><div>In the conf file from linux (server) I have the following configuration for stunnel.conf:</div><div><b><br></b></div><div><b>client = no<br></b></div><div><b><br></b></div><div><div><b>chroot = /var/lib/stunnel/</b></div><div><b>setuid = root</b></div><div><b>setgid = root</b></div></div><div><b><br></b></div><div><div><b>pid = /var/run/stunnel.pid</b></div></div><div><b><br></b></div><div><div><b>debug = 7</b></div><div><b>output = /var/log/stunnel/stunnel.log</b></div></div><div><b> </b></div><div><b>cert = /etc/ssl/certs/stunnel.pem</b></div><div><b><br></b></div><div><b>sslVersion = SSLv3</b></div><div><b><br></b></div><div><div><b>[test]</b></div><div><b>accept = 2404</b></div><div><b>connect = 2406</b></div><div><br></div><div><div>In the conf file from windows (client) I have the following configuration in stunnel.conf:</div><div><br></div><div><div><b>debug = 7</b></div><div><b>output = C:\Program Files (x86)\stunnel\stunnel.log</b></div></div><div><b><br></b></div><div><b>cert = C:\Program Files (x86)\stunnel\stunnel.pem<br></b></div><div><b><br></b></div><div><b>sslVersion = SSLv3<br></b></div><div><b><br></b></div><div><div><b>[test]</b></div><div><b>client = yes</b></div><div><b>accept = <a href="http://127.0.0.1:2404">127.0.0.1:2404</a></b></div><div><b>connect = xx.xxx.xxx.xxx:2406</b></div></div><div><br></div><div>In the log I have this:</div><div><br></div><div><div>2015.04.09 13:48:04 LOG5[11060]: Configuration successful</div><div>2015.04.09 13:48:04 LOG7[11060]: Listening file descriptor created (FD=452)</div><div>2015.04.09 13:48:04 LOG7[11060]: Service [test] (FD=452) bound to <a href="http://127.0.0.1:2404">127.0.0.1:2404</a></div><div>2015.04.09 13:48:07 LOG7[11060]: Service [test] accepted (FD=496) from <a href="http://127.0.0.1:56675">127.0.0.1:56675</a></div><div>2015.04.09 13:48:07 LOG7[11060]: Creating a new thread</div><div>2015.04.09 13:48:07 LOG7[11060]: New thread created</div><div>2015.04.09 13:48:07 LOG7[2088]: Service [test] started</div><div>2015.04.09 13:48:07 LOG5[2088]: Service [test] accepted connection from <a href="http://127.0.0.1:56675">127.0.0.1:56675</a></div><div>2015.04.09 13:48:07 LOG6[2088]: s_connect: connecting xx.xxx.xxx.xxx:2406</div><div>2015.04.09 13:48:07 LOG7[2088]: s_connect: s_poll_wait xx.xxx.xxx.xxx:2406: waiting 10 seconds</div><div>2015.04.09 13:48:07 LOG5[2088]: s_connect: connected xx.xxx.xxx.xxx:2406</div><div>2015.04.09 13:48:07 LOG5[2088]: Service [test] connected remote server from <a href="http://127.0.0.1:56676">127.0.0.1:56676</a></div><div>2015.04.09 13:48:07 LOG7[2088]: Remote socket (FD=516) initialized</div><div>2015.04.09 13:48:07 LOG6[2088]: SNI: sending servername: <i>my_server_name</i></div><div>2015.04.09 13:48:07 LOG7[2088]: SSL state (connect): before/connect initialization</div><div>2015.04.09 13:48:07 LOG7[2088]: SSL state (connect): SSLv3 write client hello A</div><div>2015.04.09 13:48:08 LOG3[2088]: SSL_connect: Peer suddenly disconnected</div><div>2015.04.09 13:48:08 LOG5[2088]: Connection reset: 0 byte(s) sent to SSL, 0 byte(s) sent to socket</div><div>2015.04.09 13:48:08 LOG7[2088]: Remote socket (FD=516) closed</div><div>2015.04.09 13:48:08 LOG7[2088]: Local socket (FD=496) closed</div><div>2015.04.09 13:48:08 LOG7[2088]: Service [test] finished (0 left)</div></div><div><br></div><div>Although in the stunnel log it's showing <b>s_connect: connected</b> I cannot connect at all. When I try to connect via port 2406, the stunnel icon shows that the server is idle and I have nothing in the log about it. When I try to connect via port 2404, the stunnel icon shows that the there are 2 active sessions but I cannot connect to the server. I tried switching the ports (2404 with 2406 and 2406 with 2404 in the stunnel.conf file) but stunnel doesn't even open in that case. <br></div><div><br></div><div>Do you have any idea what might could be the problem and how could I solve it? <br></div><div><br></div><div>Thanks in advance! </div><div><br></div><div><br></div><div>Best Regards,</div><div>Daninho</div>-- <br><div class="gmail_signature"><br></div>
</div></div></div>