<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:bookman old style, new york, times, serif;font-size:12pt"><DIV>Laurent,</DIV>
<DIV> </DIV>
<DIV>I'm not sure you are connecting the dots right. </DIV>
<DIV> </DIV>
<DIV>I see an stunnel <EM>server</EM> configuration. In this case, your stunnel is a front-end to a service you run on host XXXX port 10016. What is that service? Is stunnel running on the same host? Note that If stunnel is not running on the same host with IP XXXX, then you may have some traffic in clear text in your network (from the device running stunnel to the device hosting the service on port 10016).</DIV>
<DIV> </DIV>
<DIV>You need a client to connect to the stunnel server. Unless your client support SSL natively, you also should have an stunnel running on your client device with entries like these:</DIV>
<DIV> </DIV>
<DIV>client=yes</DIV>
<DIV>[pestip]</DIV>
<DIV><FONT face=sans-serif size=2>accept = 10443</FONT> <BR><FONT face=sans-serif size=2>connect = Your-Stunnel-server-IP:10443</FONT></DIV>
<DIV> </DIV>
<DIV>In this case your client apps connects locally to port 10443, traffic is encrypted and sent to your server listening on port 10443, where it is decripted and send to IP XXXX port 10016.</DIV>
<DIV> </DIV>
<DIV><BR>Regards,</DIV>
<DIV> </DIV>
<DIV>Jose</DIV>
<DIV> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: bookman old style, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> "laurent.uk@bnpparibas.com" <laurent.uk@bnpparibas.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> josealf@rocketmail.com<BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> stunnel-users@stunnel.org; stunnel-users-bounces@stunnel.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Tue, May 3, 2011 10:48:11 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> R�f. : Re: [stunnel-users] need help error :SSL3_GET_RECORD:wrong versionnumber with cipher DES-CBC-SHA<BR></FONT><BR><BR><FONT face=sans-serif size=2>Dear Jose,</FONT> <BR><BR><FONT face=sans-serif size=2>here is the configuration file of my stunnel :</FONT> <BR>
<TABLE width="100%" border=1>
<TBODY>
<TR vAlign=top>
<TD width="100%"><FONT face=sans-serif size=2>; Sample stunnel configuration file by Michal Trojnara 2002-2006</FONT> <BR><FONT face=sans-serif size=2>; Some options used here may not be adequate for your particular configuration</FONT> <BR><FONT face=sans-serif size=2>; Please make sure you understand them (especially the effect of chroot jail)</FONT> <BR><BR><FONT face=sans-serif size=2>; Certificate/key is needed in server mode and optional in client mode</FONT> <BR><FONT face=sans-serif size=2>cert = /opt/freeware/etc/stunnel/ca_nopass.pem</FONT> <BR><FONT face=sans-serif size=2>foreground = yes</FONT> <BR><FONT face=sans-serif size=2>syslog = yes</FONT> <BR><FONT face=sans-serif size=2>; Protocol version (all, SSLv2, SSLv3, TLSv1)</FONT> <BR><FONT face=sans-serif size=2>;sslVersion = SSLv2</FONT> <BR><FONT face=sans-serif size=2>sslVersion = all</FONT> <BR><FONT face=sans-serif size=2>;ciphers = DES-CBC-SHA</FONT> <BR><FONT face=sans-serif
 size=2>;ciphers = DES-CBC3-SHA:IDEA-CBC-MD5</FONT> <BR><FONT face=sans-serif size=2>; Some security enhancements for UNIX systems - comment them out on Win32</FONT> <BR><FONT face=sans-serif size=2>;chroot = /usr/local/stunnel/var/lib/stunnel</FONT> <BR><FONT face=sans-serif size=2>;chroot = /tmp/</FONT> <BR><FONT face=sans-serif size=2>;setuid = root</FONT> <BR><FONT face=sans-serif size=2>;setgid = other</FONT> <BR><FONT face=sans-serif size=2>; PID is created inside chroot jail</FONT> <BR><FONT face=sans-serif size=2>pid = /var/adm/stunnel_server_level1.pid</FONT> <BR><BR><FONT face=sans-serif size=2>; Some performance tunings</FONT> <BR><FONT face=sans-serif size=2>socket = l:TCP_NODELAY=1</FONT> <BR><FONT face=sans-serif size=2>socket = r:TCP_NODELAY=1</FONT> <BR><FONT face=sans-serif size=2>;compression = rle</FONT> <BR><BR><FONT face=sans-serif size=2>; Workaround for Eudora bug</FONT> <BR><FONT face=sans-serif size=2>;options =
 DONT_INSERT_EMPTY_FRAGMENTS</FONT> <BR><FONT face=sans-serif size=2>;options = Options_SSL</FONT> <BR><FONT face=sans-serif size=2>; Authentication stuff</FONT> <BR><FONT face=sans-serif size=2>verify = 3</FONT> <BR><FONT face=sans-serif size=2>; Don't forget to c_rehash CApath</FONT> <BR><FONT face=sans-serif size=2>; CApath is located inside chroot jail</FONT> <BR><FONT face=sans-serif size=2>CApath = /opt/freeware/etc/stunnel/CA_files/</FONT> <BR><FONT face=sans-serif size=2>; It's often easier to use CAfile</FONT> <BR><FONT face=sans-serif size=2>;CAfile = /opt/freeware/etc/stunnel/ca.pem</FONT> <BR><FONT face=sans-serif size=2>; Don't forget to c_rehash CRLpath</FONT> <BR><FONT face=sans-serif size=2>; CRLpath is located inside chroot jail</FONT> <BR><FONT face=sans-serif size=2>;CRLpath = /crls</FONT> <BR><FONT face=sans-serif size=2>; Alternatively you can use CRLfile</FONT> <BR><FONT face=sans-serif size=2>;CRLfile =
 /usr/local/stunnel/etc/stunnel/crls.pem</FONT> <BR><BR><FONT face=sans-serif size=2>; Some debugging stuff useful for troubleshooting</FONT> <BR><FONT face=sans-serif size=2>debug = 7</FONT> <BR><BR><FONT face=sans-serif size=2>; Use it for client mode</FONT> <BR><FONT face=sans-serif size=2>client = no</FONT> <BR><FONT face=sans-serif size=2>; Service-level configuration</FONT> <BR><BR><FONT face=sans-serif size=2>[pesitip]</FONT> <BR><FONT face=sans-serif size=2>accept = 10443</FONT> <BR><FONT face=sans-serif size=2>connect = XXXXXXX:10016</FONT></TD></TR></TBODY></TABLE><BR><BR><FONT face=sans-serif size=2>Thanks for your help.</FONT> <BR><BR><FONT face=sans-serif size=2>Regards.<BR><BR>Laurent UK<BR><BR></FONT><BR><BR><BR>
<TABLE width="100%">
<TBODY>
<TR vAlign=top>
<TD width="39%"><FONT face=helv size=4><B>Internet  </B></FONT> <BR><FONT face=sans-serif size=1><B>josealf@rocketmail.com</B></FONT> 
<P><FONT face=sans-serif size=1>03/05/2011 14:52</FONT> 
<TABLE border=1>
<TBODY>
<TR vAlign=top>
<TD bgColor=white>
<DIV align=center><FONT face=sans-serif size=1>Veuillez r�pondre �<BR>josealf@rocketmail.com</FONT></DIV></TD></TR></TBODY></TABLE><BR></P>
<TD width="60%">
<TABLE width="100%">
<TBODY>
<TR vAlign=top>
<TD>
<DIV align=right><FONT face=sans-serif size=1>Pour</FONT></DIV>
<TD><FONT face=sans-serif size=1>Laurent UK, stunnel-users-bounces@stunnel.org, stunnel-users@stunnel.org</FONT> 
<TR vAlign=top>
<TD>
<DIV align=right><FONT face=sans-serif size=1>cc</FONT></DIV>
<TD>
<TR vAlign=top>
<TD>
<DIV align=right><FONT face=sans-serif size=1>Objet</FONT></DIV>
<TD><FONT face=sans-serif size=1>Re: [stunnel-users] need help error :SSL3_GET_RECORD:wrong versionnumber with cipher DES-CBC-SHA</FONT></TD></TR></TBODY></TABLE><BR>
<TABLE>
<TBODY>
<TR vAlign=top>
<TD>
<TD></TD></TR></TBODY></TABLE><BR></TD></TR></TBODY></TABLE><BR><BR><BR><FONT size=2><TT>Laurent,<BR><BR>Can you post your configuration? For security, You should change the real IPs (but not the ports) before posting.<BR><BR>You can check:<BR><BR>1. Does your stunnel client config has client=yes?<BR>2. Does your stunnel server config has client=no<BR>3. Check your packet flow, that is: your accept/connect settings.<BR><BR>Regards<BR>Jose<BR>-----Original Message-----<BR>From: laurent.uk@bnpparibas.com<BR>Sender: stunnel-users-bounces@stunnel.org<BR>Date: Tue, 3 May 2011 14:16:09 <BR>To: <stunnel-users@stunnel.org><BR>Subject: [stunnel-users] need help error :SSL3_GET_RECORD:wrong version<BR>                number with cipher DES-CBC-SHA<BR><BR>_______________________________________________<BR>stunnel-users mailing
 list<BR>stunnel-users@stunnel.org<BR>http://stunnel.mirt.net/mailman/listinfo/stunnel-users<BR><BR><BR><BR></TT></FONT><BR><FONT face=monospace><BR><BR><BR><BR>This message and any attachments (the "message") is<BR>intended solely for the addressees and is confidential. <BR>If you receive this message in error, please delete it and <BR>immediately notify the sender. Any use not in accord with <BR>its purpose, any dissemination or disclosure, either whole <BR>or partial, is prohibited except formal approval. The internet<BR>can not guarantee the integrity of this message. <BR>BNP PARIBAS (and its subsidiaries) shall (will) not <BR>therefore be liable for the message if modified. <BR>Do not print this message unless it is necessary,<BR>consider the environment.<BR><BR>                ---------------------------------------------<BR><BR>Ce message et toutes les pieces jointes (ci-apres le <BR>"message") sont etablis
 a l'intention exclusive de ses <BR>destinataires et sont confidentiels. Si vous recevez ce <BR>message par erreur, merci de le detruire et d'en avertir <BR>immediatement l'expediteur. Toute utilisation de ce <BR>message non conforme a sa destination, toute diffusion <BR>ou toute publication, totale ou partielle, est interdite, sauf <BR>autorisation expresse. L'internet ne permettant pas <BR>d'assurer l'integrite de ce message, BNP PARIBAS (et ses<BR>filiales) decline(nt) toute responsabilite au titre de ce <BR>message, dans l'hypothese ou il aurait ete modifie.<BR>N'imprimez ce message que si necessaire,<BR>pensez a l'environnement.</FONT></DIV></DIV></div></body></html>