<html><body><div style="color:#000; background-color:#fff; font-family:bookman old style, new york, times, serif;font-size:12pt"><div><span>Denis,</span></div><div><span><br></span></div><div><span>Looks like your configuration is incomplete. Check  the sample stunnel.conf file in the stunnel distribution. Read the man page. Post your log file.<br></span></div><div><br><span></span></div><div><span>Try adding lines like these before [Router]</span></div><div><br><span></span></div><div><span>sslVersion = SSLv3<br><br>cert=stunnel.pem<br>key=stunnel.pem<br><br># Authentication stuff, try 0 for test<br>verify = 0<br><br>CApath = /your/CAcerts/path<br><br>debug = 7<br>output = stunnel.log<br><br><br></span></div><div><br></div>  <div style="font-family: bookman old style,new york,times,serif; font-size: 12pt;"> <div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1"> 
 <b><span style="font-weight: bold;">From:</span></b> Denis Berezhnoy <denis.berezhnoy@gmail.com><br> <b><span style="font-weight: bold;">To:</span></b> stunnel-users@stunnel.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, January 24, 2012 6:10 PM<br> <b><span style="font-weight: bold;">Subject:</span></b> [stunnel-users] No SSL handshake between stunnel in client mode and SSL server<br> </font> </div> <br>
<div id="yiv1291946814"><div>Hi guys, </div><div>I have a quick question. I am trying to use stunnel in client mode to encrypt traffic going to my server.</div><div>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. </div>
<div>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.</div>
<div>My stunnel conf file is here:</div><div>[Router]<br>client=yes<br>accept = <a rel="nofollow" target="_blank"  href="http://192.168.1.121:55555">192.168.1.121:55555</a><br>connect = <a rel="nofollow" target="_blank"  href="http://192.168.160.168:55443">192.168.160.168:55443</a></div><div>Can you please comment on this?</div>
<div>Best regards,</div><div>Denis</div>
</div><br>_______________________________________________<br>stunnel-users mailing list<br><a ymailto="mailto:stunnel-users@stunnel.org" href="mailto:stunnel-users@stunnel.org">stunnel-users@stunnel.org</a><br><a href="http://stunnel.mirt.net/mailman/listinfo/stunnel-users" target="_blank">http://stunnel.mirt.net/mailman/listinfo/stunnel-users</a><br><br><br> </div> </div>  </div></body></html>