<p>Hi guys, </p><p>I have a quick question. I am trying to use stunnel in client mode to encrypt traffic going to my server.</p><p>Basically, I have a server which listens for SSL connection. And I have a client which can not do SSL but it needs to communicate with server over SSL. </p>
<p>I setup stunnel in client mode to accept unecrypted traffic from client and redirect it to server over SSL. I checked TCP traffic with WireShark between stunnel  and my server and I can see that there is no SSL handshake, stunnel makes TCP connection with server and sends some TCP packets but I expect to see SSL handshake.</p>
<p>My stunnel conf file is here:</p><p>[Router]<br>client=yes<br>accept = <a href="http://192.168.1.121:55555">192.168.1.121:55555</a><br>connect = <a href="http://192.168.160.168:55443">192.168.160.168:55443</a></p><p>Can you please comment on this?</p>
<p>Best regards,</p><p>Denis</p>