<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have a windows machine running as a stunnel client that establishes a session but then, when launching an SSH session to my loopback crashes.  Putty reports that the "Server unexpectedly closed the network connection." Here are the logs:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>2016.08.30 16:06:08 LOG5[main]: Reading configuration from file stunnel.conf</div><div>2016.08.30 16:06:08 LOG5[main]: UTF-8 byte order mark detected</div><div>2016.08.30 16:06:08 LOG5[main]: FIPS mode disabled</div><div>2016.08.30 16:06:08 LOG4[main]: Service [squid] needs authentication to prevent MITM attacks</div><div>2016.08.30 16:06:08 LOG5[main]: Configuration successful</div><div>2016.08.30 16:06:17 LOG5[2]: Service [squid] accepted connection from <a href="http://127.0.0.1:55791/" target="_blank">127.0.0.1:55791</a></div><div>2016.08.30 16:06:17 LOG5[2]: s_connect: connected <a href="http://10.5.8.74:8888/" target="_blank">10.5.8.74:8888</a></div><div>2016.08.30 16:06:17 LOG5[2]: Service [squid] connected remote server from <a href="http://10.5.8.69:55792/" target="_blank">10.5.8.69:55792</a></div><div>2016.08.30 16:06:17 LOG5[2]: Connection closed: 28 byte(s) sent to SSL, 0 byte(s) sent to socket</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Here is the server-side stunnel.conf:</div><div style="font-size:12.8px"><div>sslVersion = all</div><div>options = NO_SSLv2</div><div>client = no</div><div>cert = /etc/stunnel/server.pem</div><div>pid = /var/run/stunnel.pid</div><div>output = /var/log/stunnel</div><div>[squid]</div><div>accept = 8888</div><div>connect = <a href="http://127.0.0.1:3128/" target="_blank">127.0.0.1:3128</a></div><div>cert = /etc/stunnel/stunnel.pem</div><div>[openvpn]</div><div>client = no</div><div>accept = 993</div><div>connect = 34567</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Here is the client side (Windows 7):</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><div>cert = stunnel.pem</div><div>client = yes</div><div>[squid]</div><div>accept = <a href="http://127.0.0.1:8080/" target="_blank">127.0.0.1:8080</a></div><div>connect = <a href="http://10.5.8.74:8443/" target="_blank">10.5.8.74:8443</a></div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I seem to be negotiating all of the appropriate keys, openvpn and squid3 are verified running, and have iptables configured, so I am not sure what I am missing.  Can anyone assist?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks in advance!</div><div style="font-size:12.8px">Mike</div></div>